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