Ejemplo n.º 1
0
 public WidgetsController(CMSPROJECT3Context context)
 {
     _context = context;
 }
 public ContentsController(CMSPROJECT3Context context)
 {
     _context = context;
 }
 public ProfileController(CMSPROJECT3Context context, SignInManager <IdentityUser> signInManager)
 {
     _context       = context;
     _signInManager = signInManager;
 }