public TicketsController(ISTAppService <ISTRepo> stService)
 {
     _stService = stService;
 }
Example #2
0
 public STController(ISTAppService <ISTRepo> stService)
 {
     _stService = stService;
     Initialise();
 }