Пример #1
0
 public Boolean InsertTipoUsuarios(CO_TipoUsuarios objetoEntidad)
 {
     return(objCDTipoUsuarios.InsertTipoUsuarios(objetoEntidad));
 }