Exemplo n.º 1
0
        public UnitOfWork(WebMvcContext _context)
        {
            context = _context as WebMvcContext;

            transaction = context.BeginTransaction();
        }
Exemplo n.º 2
0
 public UnitOfWorkManager(WebMvcContext _context)
 {
     context = _context;
 }