예제 #1
0
 public SlstService(SlstRepository slstRepository)
 {
     this.slstRepository = slstRepository;
 }
예제 #2
0
 public SlstApiController(SlstRepository repository)
 {
     this.repository = repository;
     this.OnCreated();
 }