Beispiel #1
0
 public UsersController(ITb_LogService tb_LogService)
 {
     _iTb_LogService = tb_LogService;
 }
 public ValuesController(ITb_LogService tb_LogService)
 {
     _iTb_LogService = tb_LogService;
 }
Beispiel #3
0
 public IOCController(ITb_LogService tb_LogService)
 {
     _iTb_LogService = tb_LogService;
 }