Esempio n. 1
0
 public static int UpdateModel(RechargeRange model)
 {
     return(RechargeRangeDAL.UpdateModel(model));
 }
Esempio n. 2
0
 public static int AddModel(RechargeRange model)
 {
     return(RechargeRangeDAL.AddModel(model));
 }