Example #1
0
 public BinmstService(BinmstRepository binmstRepository)
 {
     this.binmstRepository = binmstRepository;
 }
Example #2
0
 public BinmstApiController(BinmstRepository repository)
 {
     this.repository = repository;
     this.OnCreated();
 }