Beispiel #1
0
 public Task <ICustomer> FetchCustomer(string customerId)
 {
     return(Task.FromResult(ServiceMocks.GetCustomer(customerId)));
 }