예제 #1
0
 public IcslService(IcslRepository icslRepository)
 {
     this.icslRepository = icslRepository;
 }
예제 #2
0
 public IcslApiController(IcslRepository repository)
 {
     this.repository = repository;
     this.OnCreated();
 }