コード例 #1
0
 public CategoryController(CategoryInteractor categoryInteractor)
 {
     _categoryInteractor = categoryInteractor;
 }
コード例 #2
0
 public CategoryController(CategoryInteractor service)
 {
     categoryInteractor = service;
 }