Exemplo n.º 1
0
 public IQueryable <Leave> GetLeaveInfo()
 {
     return(leaveDAL.LoadEntities(u => true));
 }