Пример #1
0
        public UnitOfWork(ContextoLojaInformatica context)
        {
            _context = context;

            AcoesPrevias     = new Queue <Action>();
            AcoesPosteriores = new Queue <Action>();
        }
Пример #2
0
 public RepositorioPostgresql(ContextoLojaInformatica context)
 {
     _context = context;
 }
Пример #3
0
 public RepositorioMongodb(ContextoLojaInformatica context)
 {
     Context = context;
 }