public HomeController(IDBContext ctx, IChildGroupRepository cgDataService) { this.ctx = ctx; this.cgDataService = cgDataService; }
public ChildGroupController(IDBContext ctx, IChildGroupRepository cgDataService) { this.ctx = ctx; this.cgDataService = cgDataService; }