Ejemplo n.º 1
0
 public void setup()
 {
     theCompany  = FabricaEntidades.CrearCompaniaConId(5, "CompaniaPrueba3", "J-111111113", "*****@*****.**", "3434234", "ASS", new DateTime(2015, 2, 10), 1, 100, 30, 1);
     theCompany1 = FabricaEntidades.CrearCompaniaConId(1, "CompaniaPrueba4", "J-111111114", "*****@*****.**", "34342344", "AAS", new DateTime(2015, 2, 10), 1, 100, 30, 1);
     Lugar1      = FabricaEntidades.CrearLugarDireccionConLugar(3, "Zulia");
 }