예제 #1
0
 public FeaturesController(ConceContext ctx, IMapper mapper)
 {
     this.ctx    = ctx;
     this.mapper = mapper;
 }
예제 #2
0
 public HomeController(ConceContext ctx, UserManager <AppUser> userManager)
 {
     this._ctx         = ctx;
     this._userManager = userManager;
 }