コード例 #1
0
 public LevelController(ILevelRepositoryAsync levelRepositoryAsync, IMapper mapper)
 {
     this._levelRepositoryAsync = levelRepositoryAsync;
     this._mapper = mapper;
 }
コード例 #2
0
 public HomeController(ILevelRepositoryAsync levelRepositoryAsync)
 {
     this.levelRepositoryAsync = levelRepositoryAsync;
 }