コード例 #1
0
 public tiposusuarios obtenerTipoUsuario(string tipoUsuario)
 {
     return(usuDB.obtenerTipoUsuario(tipoUsuario));
 }