Esempio n. 1
0
 public UsersController(ITb_LogService tb_LogService)
 {
     _iTb_LogService = tb_LogService;
 }
Esempio n. 2
0
 public ValuesController(ITb_LogService tb_LogService)
 {
     _iTb_LogService = tb_LogService;
 }
Esempio n. 3
0
 public IOCController(ITb_LogService tb_LogService)
 {
     _iTb_LogService = tb_LogService;
 }