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