Beispiel #1
0
 public Task <List <ISale> > FetchSales(string customerId)
 {
     return(Task.FromResult(ServiceMocks.GetSales(customerId)));
 }