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