Exemple #1
0
 public NotesBasePageModel(INotesData context,
                           IAuthorizationService authorizationService,
                           UserManager <ReminderNotesUser> userManager) : base()
 {
     Context = context;
     AuthorizationService = authorizationService;
     UserManager          = userManager;
 }
Exemple #2
0
 public CreateModel(INotesData context,
                    IAuthorizationService authorizationService,
                    UserManager <ReminderNotesUser> userManager) : base(context, authorizationService, userManager)
 {
 }