Example #1
0
 public static EmployeesDTO login(string username, string password)
 {
     return(EmployeesCast.ToDTO(EmployeesDAL.Login(username, password)));
 }