Beispiel #1
0
 public TipoBLL(ITipoDAL tipoDAL, IIdiomaDAL idiomaDAL, ITipoRelacaoDAL tipoRelacaoDAL, ITipoExecucaoDAL tipoExecucaoDAL)
 {
     TipoDAL         = tipoDAL;
     IdiomaDAL       = idiomaDAL;
     TipoRelacaoDAL  = tipoRelacaoDAL;
     TipoExecucaoDAL = tipoExecucaoDAL;
 }
 public PessoaRegistroDAL(bibliotecavivaContext dataContext, ITipoRelacaoDAL tipoRelacaoDAL, IRegistroDAL registroDAL, IReferenciaDAL referenciaDAL) : base(dataContext)
 {
     TipoRelacaoDAL = tipoRelacaoDAL;
     RegistroDAL    = registroDAL;
     ReferenciaDAL  = referenciaDAL;
 }