コード例 #1
0
 public OrdhdrService(OrdhdrRepository ordhdrRepository)
 {
     this.ordhdrRepository = ordhdrRepository;
 }
コード例 #2
0
 public OrdhdrApiController(OrdhdrRepository repository)
 {
     this.repository = repository;
     this.OnCreated();
 }