示例#1
0
 public SasspService(SasspRepository sasspRepository)
 {
     this.sasspRepository = sasspRepository;
 }
示例#2
0
 public SasspApiController(SasspRepository repository)
 {
     this.repository = repository;
     this.OnCreated();
 }