Exemplo n.º 1
0
 public System.Threading.Tasks.Task <int> AddGFStrategyAsync(SeniorDBServer.GFStrategyModel gfstrategy)
 {
     return(base.Channel.AddGFStrategyAsync(gfstrategy));
 }
Exemplo n.º 2
0
 public int AddGFStrategy(SeniorDBServer.GFStrategyModel gfstrategy)
 {
     return(base.Channel.AddGFStrategy(gfstrategy));
 }