Пример #1
0
 public TamagotchiRepository(HotelTamagotchiContext context)
 {
     this._context = context;
 }
Пример #2
0
 public HotelRoomTypeRepository(HotelTamagotchiContext context)
 {
     this._context = context;
 }
 public PlayerUserRepository(HotelTamagotchiContext context)
 {
     this._context = context;
 }