Esempio n. 1
0
 public BaseRepository(SAttributeContext sAattributeContext)
 {
     _sAattributeContext = sAattributeContext;
 }
 public ProductRepository(SAttributeContext sAattributeContext) : base(sAattributeContext)
 {
 }