Esempio n. 1
0
 public bool idstypeUpdate(idstype idstype)
 {
     idstypeImpl oidstypeImpl = new idstypeImpl();
     return oidstypeImpl.idstypeUpdate( idstype);
 }
Esempio n. 2
0
 public idstype idstypeGetById(int IdsTypeId)
 {
     idstypeImpl oidstypeImpl = new idstypeImpl();
     return oidstypeImpl.idstypeGetById(IdsTypeId);
 }
Esempio n. 3
0
 public bool idstypeDelete(int IdsTypeId)
 {
     idstypeImpl oidstypeImpl = new idstypeImpl();
     return oidstypeImpl.idstypeDelete( IdsTypeId);
 }
Esempio n. 4
0
 public List<idstype> idstypeGetAll()
 {
     idstypeImpl oidstypeImpl = new idstypeImpl();
     return oidstypeImpl.idstypeGetAll();
 }
Esempio n. 5
0
 public int idstypeAdd(idstype idstype)
 {
     idstypeImpl oidstypeImpl = new idstypeImpl();
     return oidstypeImpl.idstypeAdd( idstype);
 }