Exemplo n.º 1
0
 public CodeController(IUserRepository repository,
     GameServerContext context, SecurityHelper helper)
 {
     this.repository = repository;
     this.context = context;
     this.helper = helper;
 }
Exemplo n.º 2
0
 public ShipController(IUserRepository repository, SecurityHelper helper)
 {
     this.repository = repository;
     this.helper = helper;
 }