コード例 #1
0
 public ConstructionWorksController(IConstructionWorksService constructionWorksService)
 {
     this.constructionWorksService = constructionWorksService;
 }
コード例 #2
0
 public AssessmentsController(IAssessmentsService assessmentsService, IConstructionWorksService constructionWorksService)
 {
     this.assessmentsService       = assessmentsService;
     this.constructionWorksService = constructionWorksService;
 }