Exemple #1
0
 public List <DataAccessLayer.Models.HumanResourcesInfo> GetHumanResourcesByJoin()
 {
     return(DAL.GetHumanResourcesByJoin());
 }