Exemplo n.º 1
0
 public static string getEmployeePhotoByEmail(string loginName)
 {
     return(AccountDB.getEmployeePhotoByEmail(loginName));
 }