Esempio n. 1
0
 public ids idsGetById(int IdsId)
 {
     idsImpl oidsImpl = new idsImpl();
     return oidsImpl.idsGetById(IdsId);
 }