public UserRepositoryImpl(DataBaseMySQLContext dataBaseMySQLContext, IMapper mapper) { this._DataBaseMySQLContext = dataBaseMySQLContext; this._Mapper = mapper; }
public AuthorizationRepositoryImpl(DataBaseMySQLContext dataBaseMySQLContext, IMapper mapper) { this._DataBaseMySQLContext = dataBaseMySQLContext; this._Mapper = mapper; }