Beispiel #1
0
 public bool CheckAdmin(string username)
 {
     return(employeeDAL.CheckAdmin(username));
 }