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