public void TncService_Insert() { ITncService service = this.GetService <ITncService>(); }
public TncApiController(ITncService tncService) { _tncService = tncService; }