public BaseRepository(SAttributeContext sAattributeContext) { _sAattributeContext = sAattributeContext; }
public ProductRepository(SAttributeContext sAattributeContext) : base(sAattributeContext) { }