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