Exemplo n.º 1
0
 public LevelController(ILevelRepositoryAsync levelRepositoryAsync, IMapper mapper)
 {
     this._levelRepositoryAsync = levelRepositoryAsync;
     this._mapper = mapper;
 }
Exemplo n.º 2
0
 public HomeController(ILevelRepositoryAsync levelRepositoryAsync)
 {
     this.levelRepositoryAsync = levelRepositoryAsync;
 }