Esempio n. 1
0
 public UnitOfWOrk(ProtectosContext context)
 {
     // teste
     _context = context;
 }
 public ClienteEnderecoRepository(ProtectosContext protectosContext) : base(protectosContext)
 {
 }
 public BeneficiarioTelefoneRepository(ProtectosContext protectosContext) : base(protectosContext)
 {
 }
Esempio n. 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)
 {
 }
Esempio n. 10
0
 public PlanoRepository(ProtectosContext protectosContext) : base(protectosContext)
 {
 }
Esempio n. 11
0
 public FaturaRepository(ProtectosContext protectosContext) : base(protectosContext)
 {
 }
Esempio n. 12
0
 public CorretoraEmailRepository(ProtectosContext protectosContext) : base(protectosContext)
 {
 }
 public ClienteEmailRepository(ProtectosContext protectosContext) : base(protectosContext)
 {
 }
Esempio n. 14
0
 public BeneficiarioEnderecoRepository(ProtectosContext protectosContext) : base(protectosContext)
 {
 }
Esempio n. 15
0
 public AdministradoraTelefoneRepository(ProtectosContext protectosContext) : base(protectosContext)
 {
 }
Esempio n. 16
0
 public AdministradoraEmailRepository(ProtectosContext protectosContext) : base(protectosContext)
 {
 }
 public ClienteTelefoneRepository(ProtectosContext protectosContext) : base(protectosContext)
 {
 }
Esempio n. 18
0
 public OperadoraEnderecoRepository(ProtectosContext protectosContext) : base(protectosContext)
 {
 }
 public CorretoraTelefoneRepository(ProtectosContext protectosContext) : base(protectosContext)
 {
 }
Esempio n. 20
0
 public OperadoraTelefoneRepository(ProtectosContext protectosContext) : base(protectosContext)
 {
 }
Esempio n. 21
0
 public AdministradoraEnderecoRepository(ProtectosContext protectosContext) : base(protectosContext)
 {
 }
Esempio n. 22
0
 public CorretoraEnderecoRepository(ProtectosContext protectosContext) : base(protectosContext)
 {
 }