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