Ejemplo n.º 1
0
 public TamagotchiRepository(HotelTamagotchiContext context)
 {
     this._context = context;
 }
Ejemplo n.º 2
0
 public HotelRoomTypeRepository(HotelTamagotchiContext context)
 {
     this._context = context;
 }
 public PlayerUserRepository(HotelTamagotchiContext context)
 {
     this._context = context;
 }