Beispiel #1
0
 public CmstApiController(CmstRepository repository)
 {
     this.repository = repository;
     this.OnCreated();
 }
Beispiel #2
0
 public CmstService(CmstRepository cmstRepository)
 {
     this.cmstRepository = cmstRepository;
 }