示例#1
0
 public DepmstService(DepmstRepository depmstRepository)
 {
     this.depmstRepository = depmstRepository;
 }
示例#2
0
 public DepmstApiController(DepmstRepository repository)
 {
     this.repository = repository;
     this.OnCreated();
 }