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