Ejemplo n.º 1
0
 private bool Insert(CsTypeClient pTypeClient)
 {
     try
     {
         return(Entities.InsertEntity <Galatee.Entity.Model.TYPECLIENT>(Entities.ConvertObject <Galatee.Entity.Model.TYPECLIENT, CsTypeClient>(pTypeClient)));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Ejemplo n.º 2
0
 public bool Delete(CsTypeClient pTypeClient)
 {
     try
     {
         return(Entities.DeleteEntity <Galatee.Entity.Model.TYPECLIENT>(Entities.ConvertObject <Galatee.Entity.Model.TYPECLIENT, CsTypeClient>(pTypeClient)));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }