Example #1
0
 public static void RemoverUsuario(clsUsuario Usuario)
 {
     DALUsuario.RemoverUsuario(Usuario);
 }