예제 #1
0
 public WterahService(WterahRepository wterahRepository)
 {
     this.wterahRepository = wterahRepository;
 }
예제 #2
0
 public WterahApiController(WterahRepository repository)
 {
     this.repository = repository;
     this.OnCreated();
 }