示例#1
0
 public BaseRepositorio(ProjetoEstudoContexto projetoEstudoContexto)
 {
     ProjetoEstudoContexto = projetoEstudoContexto;
 }
示例#2
0
 public UsuarioRepositorio(ProjetoEstudoContexto projetoEstudoContexto) : base(projetoEstudoContexto)
 {
 }
示例#3
0
 public PedidoRepositorio(ProjetoEstudoContexto projetoEstudoContexto) : base(projetoEstudoContexto)
 {
 }