Пример #1
0
 public TopupController(BalanceContext context, LogContext logContext, UserLogContext userLogContext, ActionResponse actionResponse)
 {
     _context        = context;
     _logContext     = logContext;
     _userLogContext = userLogContext;
     _actionResponse = actionResponse;
 }
Пример #2
0
 public PaymentController(PaymentContext context, ItemContext itemContext, StockContext stockContext, UserContext userContext, ActionResponse actionContext, LogContext logContext, UserLogContext userLogContext, BalanceContext balanceContext)
 {
     _context        = context;
     _itemContext    = itemContext;
     _stockContext   = stockContext;
     _userContext    = userContext;
     _actionContext  = actionContext;
     _logContext     = logContext;
     _userLogContext = userLogContext;
     _balanceContext = balanceContext;
 }
Пример #3
0
 public UserLogsController(UserLogContext context)
 {
     _context = context;
 }