コード例 #1
0
ファイル: MUsuarios.cs プロジェクト: KevinOleaga/ESC-Project
 public string ObtenerRol(int ID_ROL)
 {
     return(_usu.ObtenerRol(ID_ROL));
 }