コード例 #1
0
 public BaseRepository(SAttributeContext sAattributeContext)
 {
     _sAattributeContext = sAattributeContext;
 }
コード例 #2
0
 public ProductRepository(SAttributeContext sAattributeContext) : base(sAattributeContext)
 {
 }