コード例 #1
0
ファイル: ConferenceService.cs プロジェクト: FADIcheikh/Confs
 public IEnumerable <Conference> getAll()
 {
     return(ut.getRepository <Conference>().GetMany(x => x.idConference != null));
 }
コード例 #2
0
 public IEnumerable <Employee> getAll()
 {
     return(ut.getRepository <Employee>().GetMany(x => x.EmployeeID != null));
 }