Esempio n. 1
0
 public UserRepository(DatabaseContext ctx) : base(ctx)
 {
     _notify = new NotificationRepository(ctx);
     DisableNoPlans();
 }
Esempio n. 2
0
 public UserRepository() : base()
 {
     _notify = new NotificationRepository(ctx);
     DisableNoPlans();
 }