Esempio n. 1
0
 public IEnumerable <Title> GetAll()
 {
     return(titleDb.GetAll());
 }
Esempio n. 2
0
 public IEnumerable <BloodGroup> GetAll()
 {
     return(bpo.GetAll());
 }