Example #1
0
 public async Task <PayItems> CreateAsync(PayItems item)
 {
     return(await PayItems.CreateAsync(item));
 }
Example #2
0
 public Task <PayItems> CreateAsync(PayItems item)
 {
     return(PayItems.CreateAsync(item));
 }