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