Beispiel #1
0
 public ItemRepository(TruSiteContext context)
 {
     this.context = context;
 }
Beispiel #2
0
 protected TransactionManager(TruSiteContext context, IMapper mapper)
 {
     Context = context;
     Mapper  = mapper;
 }