public async Task <PayItems> CreateAsync(PayItems item) { return(await PayItems.CreateAsync(item)); }
public Task <PayItems> CreateAsync(PayItems item) { return(PayItems.CreateAsync(item)); }