Пример #1
0
 public static AccService AccLogin(string mail)
 {
     return(AccServiceDAO.AccLogin(mail));
 }
Пример #2
0
 public static List <AccService> GetAllAS()
 {
     return(AccServiceDAO.GetAllAS());
 }
Пример #3
0
 public static bool CreateAccService(AccService a)
 {
     return(AccServiceDAO.CreateAccService(a));
 }