Ejemplo n.º 1
0
 public ProductMemoryRepository(IContextMemory context) : base(context)
 {
     _context = context;
 }
Ejemplo n.º 2
0
 public MemoryRepository(IContextMemory xmlContext)
 {
     _xmlContext = xmlContext;
 }
 public CategoryMemoryRepository(IContextMemory context) : base(context)
 {
     _context = context;
 }