Esempio n. 1
0
 public Task <List <Service> > FindAllAsync()
 {
     return(_serviceStore.FindAllAsync());
 }