Ejemplo n.º 1
0
 public EduPlansController(AppIdentityDBContext context,
                           IHostingEnvironment appEnvironment,
                           IEduPlanRepository eduPlanRepository)
 {
     _context           = context;
     _appEnvironment    = appEnvironment;
     _eduPlanRepository = eduPlanRepository;
 }
 public MetodKomissiyaRepository(AppIdentityDBContext context,
                                 IHostingEnvironment appEnvironment,
                                 IEduPlanRepository eduPlanRepository)
 {
     _context           = context;
     _appEnvironment    = appEnvironment;
     _eduPlanRepository = eduPlanRepository;
 }