Ejemplo n.º 1
0
 public idstype idstypeGetById(int IdsTypeId)
 {
     idstypeImpl oidstypeImpl = new idstypeImpl();
     return oidstypeImpl.idstypeGetById(IdsTypeId);
 }