Example #1
0
 public int Update(TWayBill obj)
 {
     return(Mapper().Update("Update", obj));
 }
Example #2
0
        public int Insert(TWayBill obj)
        {
            int id = Mapper().Insert("Insert", obj);

            return(id);
        }