コード例 #1
0
 public Task <PaySchedule> CreateAsync(PaySchedule item)
 {
     return(PaySchedules.CreateAsync(item));
 }
コード例 #2
0
        // Note: Due to the immutability of endpoints, If you want to use filtering etc you will need to make requests via the endpoints themselves, not using the sugar methods below

        public Task <IEnumerable <PaySchedule> > CreateAsync(IEnumerable <PaySchedule> items)
        {
            return(PaySchedules.CreateAsync(items));
        }