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