コード例 #1
0
 public TradeCategoryAppServiceTests()
 {
     _tradeCategoryAppService = GetRequiredService <ITradeCategoryAppService>();
 }
コード例 #2
0
 public TradeCategoryController(ITradeCategoryAppService service)
 {
     _service = service;
 }