예제 #1
0
 public CryptoCoinRepository(CtbContext context) : base(context)
 {
 }
예제 #2
0
 public TeleBotUserRepository([NotNull] CtbContext context) : base(context)
 {
 }
 public TeleSubscriptionRepository([NotNull] CtbContext context) : base(context)
 {
 }
 public CryptoExchangeRepository(CtbContext context) : base(context)
 {
 }
예제 #5
0
 public Repository([NotNull] CtbContext context)
 {
     Context     = context;
     AllEntities = Context.Set <TEntity> ( );
 }