Esempio n. 1
0
 public Task <Service> FindByIdAsync(string id)
 {
     return(_serviceStore.FindByIdAsync(id));
 }