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