public FinancialController(FinancialContext ctx, IFMUnitOfWork uow, IFMUser user, IAccountant accountant, IMasterAccountant masterAccountant) { this._Context = ctx; this._UserRole = user; this._Uow = uow; this._AccountantRole = accountant; this._MasterAccountantRole = masterAccountant; }
public UserController(FinancialContext ctx, IFMUnitOfWork uow, IFMUser patrick) { this._Context = ctx; this._Service = patrick; this._Uow = uow; }