コード例 #1
0
 public OeehService(OeehRepository oeehrepository)
 {
     this.oeehrepository = oeehrepository;
 }
コード例 #2
0
 public OeehApiController(OeehRepository repository)
 {
     this.repository = repository;
     this.OnCreated();
 }