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