Пример #1
0
 public static bool EliminarUsuario(int pId)
 {
     return(DUsuarios.DeleteUsuario(pId));
 }