Exemple #1
0
 public RepositoryBase(ProjetoClientesContext context)
 {
     this._context = context;
 }
Exemple #2
0
 public EnderecoRepository(ProjetoClientesContext context) : base(context)
 {
 }
Exemple #3
0
 public ClienteRepository(ProjetoClientesContext context) : base(context)
 {
 }