Beispiel #1
0
 public long Login(string userName, string password)
 {
     return(CompanyBL.Login(userName, password));
 }