public UnitOfWOrk(ProtectosContext context)
 {
     // teste
     _context = context;
 }
 public ClienteEnderecoRepository(ProtectosContext protectosContext) : base(protectosContext)
 {
 }
 public BeneficiarioTelefoneRepository(ProtectosContext protectosContext) : base(protectosContext)
 {
 }
Beispiel #4
0
 public Repository(ProtectosContext protectosContext)
 {
     _protectosContext = protectosContext;
     _dbSet            = _protectosContext.Set <T>();
 }
 public EntidadeTelefoneRepository(ProtectosContext protectosContext) : base(protectosContext)
 {
 }
 public OperadoraEmailRepository(ProtectosContext protectosContext) : base(protectosContext)
 {
 }
 public EntidadeEmailRepository(ProtectosContext protectosContext) : base(protectosContext)
 {
 }
 public EntidadeEnderecoRepository(ProtectosContext protectosContext) : base(protectosContext)
 {
 }
 public BeneficiarioEmailRepository(ProtectosContext protectosContext) : base(protectosContext)
 {
 }
Beispiel #10
0
 public PlanoRepository(ProtectosContext protectosContext) : base(protectosContext)
 {
 }
Beispiel #11
0
 public FaturaRepository(ProtectosContext protectosContext) : base(protectosContext)
 {
 }
Beispiel #12
0
 public CorretoraEmailRepository(ProtectosContext protectosContext) : base(protectosContext)
 {
 }
 public ClienteEmailRepository(ProtectosContext protectosContext) : base(protectosContext)
 {
 }
Beispiel #14
0
 public BeneficiarioEnderecoRepository(ProtectosContext protectosContext) : base(protectosContext)
 {
 }
Beispiel #15
0
 public AdministradoraTelefoneRepository(ProtectosContext protectosContext) : base(protectosContext)
 {
 }
Beispiel #16
0
 public AdministradoraEmailRepository(ProtectosContext protectosContext) : base(protectosContext)
 {
 }
 public ClienteTelefoneRepository(ProtectosContext protectosContext) : base(protectosContext)
 {
 }
Beispiel #18
0
 public OperadoraEnderecoRepository(ProtectosContext protectosContext) : base(protectosContext)
 {
 }
 public CorretoraTelefoneRepository(ProtectosContext protectosContext) : base(protectosContext)
 {
 }
Beispiel #20
0
 public OperadoraTelefoneRepository(ProtectosContext protectosContext) : base(protectosContext)
 {
 }
Beispiel #21
0
 public AdministradoraEnderecoRepository(ProtectosContext protectosContext) : base(protectosContext)
 {
 }
Beispiel #22
0
 public CorretoraEnderecoRepository(ProtectosContext protectosContext) : base(protectosContext)
 {
 }