public AccommodationService()
 {
     this._context = new ResidenceContext();
 }
Exemplo n.º 2
0
 public BedService()
 {
     this._context = new ResidenceContext();
 }