Request'deki parametrelere göre instance factory dinamik olarak instance oluşturur.

http://localhost:XXXXX/Print                                              => BasePrintManager'dan örnek oluşturur.
http://localhost:XXXXX/Print?Device=Xerox                      => XeroxPrintManager'dan örnek oluşturur.
http://localhost:XXXXX/Print?Device=KonicaMinolta        => KonicaMinoltaManager'dan örnek oluşturur.


Not:Net Core için Ninject 4.0 Beta implementasyonu yapılmıştır.