예제 #1
0
 public void IntroducirElemento()
 {
     Assert.IsTrue(controller.InsertarElemento("PC", "MSI", DateTime.Now.ToString("dd-MM-yyyy")));
     InventarioController.inventario.Clear();
 }