예제 #1
0
 public int get_id(int IdEmpresa)
 {
     try
     {
         return(odata.get_id(IdEmpresa));
     }
     catch (Exception)
     {
         throw;
     }
 }