Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <string> AddStoveAsync(LPG_Distribution_System.StockMgntRef.Stove s)
 {
     return(base.Channel.AddStoveAsync(s));
 }
Ejemplo n.º 2
0
 public string AddStove(LPG_Distribution_System.StockMgntRef.Stove s)
 {
     return(base.Channel.AddStove(s));
 }