コード例 #1
0
 public CategoryController(IMapper mapper)
 {
     _categoryService = new CategoryService(mapper);
 }
コード例 #2
0
 public CategoryController(IMapper mapper)
 {
     _categoryService       = new CategoryService(mapper);
     _authenticationService = new AuthenticationService();
 }