Example #1
0
 public Task <IEnumerable <Supplier> > GetSuppliersAsync(CancellationToken ct = default)
 {
     return(Task.FromResult(Suppliers.AsEnumerable()));
 }