Esempio n. 1
0
 public IEnumerable <Data.EmployeePersonalDetail> GetAll(Data.EmployeePersonalDetail obj, string[] param, string spName)
 {
     return(_personalRepository.GetAll(obj, param, spName));
 }
Esempio n. 2
0
 /// <summary>
 /// Get personal information and owner account
 /// </summary>
 /// <returns>Personal list</returns>
 public IEnumerable <Personal> GetPersonalWithAccount()
 {
     return(_personalRepository.GetAll("ApplicationUser"));
 }