예제 #1
0
 public HomeService(niitContext context)
 {
     this.context = context;
 }
예제 #2
0
        public DefaultController(niitContext context)

        {
            this.context = context;
        }
예제 #3
0
 public HomeController(niitContext context)
 {
     this.context = context;
     service      = new HomeService(this.context);
 }