Exemplo n.º 1
0
 public WhmstService(WhmstRepository whmstRepository)
 {
     this.whmstRepository = whmstRepository;
 }
Exemplo n.º 2
0
 public WhmstApiController(WhmstRepository repository)
 {
     this.repository = repository;
     this.OnCreated();
 }