Exemple #1
0
 public ProductMemoryRepository(IContextMemory context) : base(context)
 {
     _context = context;
 }
Exemple #2
0
 public MemoryRepository(IContextMemory xmlContext)
 {
     _xmlContext = xmlContext;
 }
 public CategoryMemoryRepository(IContextMemory context) : base(context)
 {
     _context = context;
 }