Пример #1
0
 public bool Insert(CsCoutCoper cCoutCoper)
 {
     try
     {
         //return Entities.InsertEntity<Galatee.Entity.Model.COUTCOPER>(Entities.ConvertObject<Galatee.Entity.Model.COUTCOPER, CsCoutCoper>(cCoutCoper));
         return(true);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Пример #2
0
        public bool Delete(CsCoutCoper cCoutCoper)
        {
            try
            {
                return(true);

                //return Entities.DeleteEntity<Galatee.Entity.Model.COUTDEMANDE>(Entities.ConvertObject<Galatee.Entity.Model.COUTDEMANDE, CsCoutCoper>(cCoutCoper));
            }
            catch (Exception ex)
            {
                throw ex;
            }
        }