Пример #1
0
 public Staff Login(string username, string password)
 {
     return(StaffDAL.Login(username, password));
 }