Ejemplo n.º 1
0
 public bool UpdateType(WFpart.TypeService.Car_Type TempType)
 {
     return(base.Channel.UpdateType(TempType));
 }
Ejemplo n.º 2
0
 public bool AddType(WFpart.TypeService.Car_Type Type)
 {
     return(base.Channel.AddType(Type));
 }