Exemple #1
0
 public UserRepository(DatabaseContext ctx) : base(ctx)
 {
     _notify = new NotificationRepository(ctx);
     DisableNoPlans();
 }
Exemple #2
0
 public UserRepository() : base()
 {
     _notify = new NotificationRepository(ctx);
     DisableNoPlans();
 }