예제 #1
0
 public ProductRepository(IMoneyContext context)
 {
     this.context = context;
 }
예제 #2
0
 public MoneyInfoRepository(IMoneyContext context) : base(context.MoneyInfos)
 {
 }
 public ResourceRepository(IMoneyContext context)
 {
     this.context = context;
 }
예제 #4
0
 public UserRepository(IMoneyContext context)
 {
     this.context = context;
 }
예제 #5
0
 public EntityPersister(IMoneyContext context)
 {
     this.context = context;
 }