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