18 lines
299 B
C#
18 lines
299 B
C#
using System;
|
|
using System.ComponentModel.DataAnnotations;
|
|
|
|
namespace Display
|
|
{
|
|
public class Program
|
|
{
|
|
static void Main(string[] args)
|
|
{
|
|
var val = new Business.Business.UserManagment.Validator();
|
|
if ()
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|