Exemple #1
0
 public CommstService(CommstRepository commstRepository)
 {
     this.commstRepository = commstRepository;
 }
Exemple #2
0
 public CommstApiController(CommstRepository repository)
 {
     this.repository = repository;
     this.OnCreated();
 }