Exemplo n.º 1
0
 public async Task <PayItems> CreateAsync(PayItems item)
 {
     return(await PayItems.CreateAsync(item));
 }
Exemplo n.º 2
0
 public Task <PayItems> CreateAsync(PayItems item)
 {
     return(PayItems.CreateAsync(item));
 }