Ejemplo n.º 1
0
 public void TncService_Insert()
 {
     ITncService service = this.GetService <ITncService>();
 }
Ejemplo n.º 2
0
 public TncApiController(ITncService tncService)
 {
     _tncService = tncService;
 }