public TopupController(BalanceContext context, LogContext logContext, UserLogContext userLogContext, ActionResponse actionResponse) { _context = context; _logContext = logContext; _userLogContext = userLogContext; _actionResponse = actionResponse; }
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; }
public UserLogsController(UserLogContext context) { _context = context; }