コード例 #1
0
 public List<vTIPOSCONT> GetsTiposContratos()
 {
     TiposContratosBLL o = new TiposContratosBLL();
     return o.GetsActivos();
 }
コード例 #2
0
 public ByARpt Update(vTIPOSCONT Reg)
 {
     TiposContratosBLL o = new TiposContratosBLL();
     return o.Update(Reg);
 }
コード例 #3
0
 public string Gets()
 {
     TiposContratosBLL o = new TiposContratosBLL();
     return ByAUtil.convertListToXML(o.Gets());
 }
コード例 #4
0
 public ByARpt Insert(vTIPOSCONT Reg)
 {
     TiposContratosBLL o = new TiposContratosBLL();
     return o.Insert(Reg);
 }
コード例 #5
0
 public vTIPOSCONT Get(string ID)
 {
     TiposContratosBLL o = new TiposContratosBLL();
     return o.Get(ID);
 }