public static int UpdateModel(RechargeRange model) { return(RechargeRangeDAL.UpdateModel(model)); }
public static int AddModel(RechargeRange model) { return(RechargeRangeDAL.AddModel(model)); }