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