Exemplo n.º 1
0
 public TransationRepository(bool IsTransation)
 {
     Context = new BiblioteContext();
     if (IsTransation)
     {
         Transaction = Context.Database.BeginTransaction();
     }
 }
 public SmtpConfigurationsRepository(BiblioteContext biblioteContext)
 {
     this.biblioteContext = biblioteContext;
 }
Exemplo n.º 3
0
 public TurmaRepository(BiblioteContext biblioteContext)
 {
     this.biblioteContext = biblioteContext;
 }
Exemplo n.º 4
0
 public GmailEmailServiceRepository(BiblioteContext biblioteContext)
 {
     this.biblioteContext = biblioteContext;
 }
Exemplo n.º 5
0
 public AutorRepositoty(BiblioteContext _biblioteContext)
 {
     biblioteContext = _biblioteContext;
 }
 public DefinicoesRepository(BiblioteContext biblioteContext)
 {
     this.biblioteContext = biblioteContext;
 }
 public InstituicaoRepository(BiblioteContext biblioteContext)
 {
     this.biblioteContext = biblioteContext;
 }
Exemplo n.º 8
0
 public PermissoesRepository(BiblioteContext biblioteContext)
 {
     this.biblioteContext = biblioteContext;
 }
Exemplo n.º 9
0
 public AlunoRepository(BiblioteContext biblioteContext)
 {
     this.biblioteContext = biblioteContext;
 }
 public ClasseRepository(BiblioteContext biblioteContext)
 {
     this.biblioteContext = biblioteContext;
 }
Exemplo n.º 11
0
 public UserRepository(BiblioteContext biblioteContext)
 {
     this.biblioteContext = biblioteContext;
 }
Exemplo n.º 12
0
 public PaisRepository(BiblioteContext biblioteContext)
 {
     this.biblioteContext = biblioteContext;
 }
Exemplo n.º 13
0
 public LivrosRepository(BiblioteContext biblioteContext)
 {
     this.biblioteContext = biblioteContext;
 }
 public EditoraRepository(BiblioteContext biblioteContext)
 {
     this.biblioteContext = biblioteContext;
 }
 public StocksModelsRepository(BiblioteContext biblioteContext)
 {
     this.biblioteContext = biblioteContext;
 }
Exemplo n.º 16
0
 public PedidosOrdemRepository(BiblioteContext biblioteContext)
 {
     this.biblioteContext = biblioteContext;
 }
Exemplo n.º 17
0
 public KeyGenRepository(BiblioteContext biblioteContext)
 {
     this.biblioteContext = biblioteContext;
 }