Example #1
0
 public InboxController(InboxService service)
 {
     _service = service;
 }
Example #2
0
 public InboxController(InboxService service, IServiceProvider sp) : base(sp)
 {
     _service = service;
 }