コード例 #1
0
  public ByARpt Delete(vImp_Contratos Reg)
 {
     IMP_CONTRATOS r = new IMP_CONTRATOS();           
     Mapper.Map(Reg, r);
     cmdDelete o = new cmdDelete { reg = r };
     return o.Enviar();
 }
コード例 #2
0
 public ByARpt Insert(vImp_Contratos Reg)
 {
     Reg.FEC_REG = DateTime.Now;
     IMP_CONTRATOS r = new IMP_CONTRATOS();         
     Mapper.Map(Reg, r);
     cmdInsert o = new cmdInsert { reg = r };
     return o.Enviar();
 }
コード例 #3
0
 public ByARpt DeleteImp_Contratos(vImp_Contratos Reg)
 {
     return ImpManager.Delete(Reg);
 }
コード例 #4
0
 public ByARpt UpdateImp_Contratos(vImp_Contratos Reg)
 {
     return ImpManager.Update(Reg);
 }
コード例 #5
0
        public ByARpt InsertImp_Contratos(vImp_Contratos Reg)
        {

            return ImpManager.Insert(Reg);
        }
コード例 #6
0
 public ByARpt DeleteImp(vImp_Contratos Reg)
 {
     manager = new LegalizacionBLL();
     return manager.DeleteImp_Contratos(Reg);
 }
コード例 #7
0
 public ByARpt InsertImp(vImp_Contratos Reg)
 {
     Reg.USER_REG = Usuario.UserName;
     manager = new LegalizacionBLL();
     return manager.InsertImp_Contratos(Reg);
 }
コード例 #8
0
 public ByARpt InsertImp(vImp_Contratos Reg)
 {
     manager = new LegalizacionBLL();
     return manager.InsertImp_Contratos(Reg);
 }