Ejemplo n.º 1
0
 public override IDesktopComputerBuilder WithGraphicsCard(GraphicsCardManufacturerEnum GraphicsCard, int memoryInMb)
 {
     desktopComputer.GraphicsCard           = GraphicsCard;
     desktopComputer.GraphicsCardMemoryInMb = memoryInMb;
     return(this);
 }
Ejemplo n.º 2
0
 public abstract IDesktopComputerBuilder WithGraphicsCard(GraphicsCardManufacturerEnum GraphicsCard, int memoryInMb);