Beispiel #1
0
 public IQueryable <ISet> GetAllSets()
 {
     return(_repo.FindAll());
 }