コード例 #1
0
 public InjectorRepositorio(Contexto.ContextoBanco context, INotificador notificador)
 {
     Context     = context;
     Notificador = notificador;
 }
コード例 #2
0
 public UnitOfWork(Contexto.ContextoBanco context, INotificador notificador)
 {
     _context     = context;
     _notificador = notificador;
 }