public bool Save(HujingModel.PatiInBillItemEntity obj)
 {
     try
     {
         Insert("PatiInBillItemMap.Insert", obj);
         return(true);
     }
     catch (Exception ex)
     {
         return(false);
     }
 }
Beispiel #2
0
 public bool Save(HujingModel.PatiInBillItemEntity obj)
 {
     return(access.Save(obj));
 }