Exemplo n.º 1
0
 public InhouseCommands(DbService db, IInhouseService service)
 {
     _db      = db;
     _service = service;
 }
Exemplo n.º 2
0
 public InhouseController(IInhouseService inhouseService)
 {
     _inhouseService = inhouseService;
 }
Exemplo n.º 3
0
 public InhouseController(IInhouseService inhouseService)
 {
     _inhouseService = inhouseService;
 }