예제 #1
0
 public HomeController(IDBContext ctx, IChildGroupRepository cgDataService)
 {
     this.ctx           = ctx;
     this.cgDataService = cgDataService;
 }
 public ChildGroupController(IDBContext ctx, IChildGroupRepository cgDataService)
 {
     this.ctx = ctx;
     this.cgDataService = cgDataService;
 }