Example #1
0
 public override IDesktopComputerBuilder WithRAM(RAMTypeEnum type, int size)
 {
     desktopComputer.RAMType     = type;
     desktopComputer.RAMSizeInGb = size;
     return(this);
 }
Example #2
0
 public abstract IDesktopComputerBuilder WithRAM(RAMTypeEnum type, int size);