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