Example #1
0
 public Task <IEnumerable <Merchant> > GetAllMerchantsAsync()
 {
     return(Repository.FindAllAsync());
 }