Exemplo n.º 1
0
 public PerfilServiceBD(BDPedidosContext contexto)
 {
     this._context = contexto;
 }
 public UsuarioServiceBD(BDPedidosContext context)
 {
     this._context = context;
 }