CourseWork_Hotel/Hotel/HotelDataBaseImplement/HotelDataBase.cs

9 lines
133 B
C#
Raw Normal View History

2023-04-01 20:12:06 +04:00
using Microsoft.EntityFrameworkCore;
namespace HotelDataBaseImplement
{
public class HotelDataBase : DbContext
{
}
}