Beispiel #1
0
 public HomeController()
 {
     _ourFactory     = new OurProductFactory();
     _checkIpFactory = new CheckIpAddressFactory();
 }
Beispiel #2
0
 public SignUpController()
 {
     _factory        = new RegisterFactory();
     _BaseFactory    = new BaseFactory();
     _checkIpFactory = new CheckIpAddressFactory();
 }