Example #1
0
 /// <summary>
 /// Gets list of all vendors
 /// </summary>
 /// <returns></returns>
 public async Task <IEnumerable <Vendor> > GetVendors()
 {
     return(await _repo.GetVendors());
 }