public CreditTypeQueryRepository(TofiContext context) : base(context)
 {
 }
 public UserQueryRepository(TofiContext context) : base(context)
 {
 }
 public UserCommandRepository(TofiContext context) : base(context)
 {
 }
 public CreditConditionCommandRepository(TofiContext context) : base(context)
 {
 }
Exemple #5
0
 public AuthCommandRepository(TofiContext context) : base(context)
 {
 }
Exemple #6
0
 protected ModelQueryRepository(TofiContext context) : base(context)
 {
 }
Exemple #7
0
 public PaymentActionQueryRepository(TofiContext context) : base(context)
 {
 }
Exemple #8
0
 public CurrencyCommandRepository(TofiContext context) : base(context)
 {
 }
Exemple #9
0
 public EmployeeQueryRepository(TofiContext context) : base(context)
 {
 }
 protected ModelCommandRepository(TofiContext context) : base(context)
 {
 }
Exemple #11
0
 protected Repository(TofiContext context)
 {
     Context  = context;
     Disposed = false;
 }
Exemple #12
0
 public CreditPaymentCommandRepository(TofiContext context) : base(context)
 {
 }
 public PriceCommandRepository(TofiContext context) : base(context)
 {
 }
Exemple #14
0
 public ClientQueryRepository(TofiContext context) : base(context)
 {
 }
 public PaymentActionCommandRepository(TofiContext context) : base(context)
 {
 }
 public RequestActionCommandRepository(TofiContext context) : base(context)
 {
 }
 public CreditRequirementCommandRepository(TofiContext context) : base(context)
 {
 }
Exemple #18
0
 public AuthQueryRepository(TofiContext context) : base(context)
 {
 }
 public CreditRequestQueryRepository(TofiContext context) : base(context)
 {
 }
Exemple #20
0
 public PriceQueryRepository(TofiContext context) : base(context)
 {
 }
Exemple #21
0
 public CreditTypeCommandRepository(TofiContext context) : base(context)
 {
 }
 public ClientCommandRepository(TofiContext context) : base(context)
 {
 }
 public RequestActionQueryRepository(TofiContext context) : base(context)
 {
 }
Exemple #24
0
 protected ModelRepository(TofiContext context) : base(context)
 {
     ModelsDao = Context.Set <TModel>();
 }
Exemple #25
0
 public CreditAccountQueryRepository(TofiContext context) : base(context)
 {
 }
 public EmployeeCommandRepository(TofiContext context) : base(context)
 {
 }
Exemple #27
0
 public CreditPaymentQueryRepository(TofiContext context) : base(context)
 {
 }
Exemple #28
0
 public CreditConditionQueryRepository(TofiContext context) : base(context)
 {
 }
Exemple #29
0
 public CreditAccountCommandRepository(TofiContext context) : base(context)
 {
 }
Exemple #30
0
 public CurrencyQueryRepository(TofiContext context) : base(context)
 {
 }