Example #1
0
 public NotificationHub(IBookStoreApp app)
 {
     _app = app;
 }
Example #2
0
 public PublishersController(IBookStoreApp app)
 {
     _app = app;
 }
Example #3
0
 public HomeController(IBookStoreApp app)
 {
     _app = app;
 }