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