Exemplo n.º 1
0
 public Task <Milestone> GetMilestoneByIdAsync(int id)
 {
     return(ReadOperations.GetWithChildrenAsync <Milestone>(_asyncConnection, id));
 }
Exemplo n.º 2
0
 public Task <Child> GetUserChildAsync(int id)
 {
     return(ReadOperations.GetWithChildrenAsync <Child>(_asyncConnection, id));
 }
 public Task <Vaccine> GetVaccineAsync(int id)
 {
     return(ReadOperations.GetWithChildrenAsync <Vaccine>(_asyncConnection, id));
 }