Example #1
0
 public PayItems Update(PayItems item)
 {
     return(PayItems.Update(item));
 }
Example #2
0
 public PayItems Create(PayItems item)
 {
     return(PayItems.Create(item));
 }
Example #3
0
 public async Task <PayItems> UpdateAsync(PayItems item)
 {
     return(await PayItems.UpdateAsync(item));
 }
Example #4
0
 public async Task <PayItems> CreateAsync(PayItems item)
 {
     return(await PayItems.CreateAsync(item));
 }
Example #5
0
 public Task <PayItems> UpdateAsync(PayItems item)
 {
     return(PayItems.UpdateAsync(item));
 }
Example #6
0
 public Task <PayItems> CreateAsync(PayItems item)
 {
     return(PayItems.CreateAsync(item));
 }