Example #1
0
 public ProjectFunderController(IProjectFunderService service)
 {
     this.projectFunderService = service;
 }
 public ProjectFunderController(AIMSDbContext cntxt, IProjectFunderService service)
 {
     this.context = cntxt;
     this.projectFunderService = service;
 }