Пример #1
0
 public Employee Login(String UserName, String Password)
 {
     return(Get_Data.Login(UserName, Password));
 }