Updated context to include euromillions.
This commit is contained in:
@@ -1,10 +1,15 @@
|
||||
using lottery_co_uk_scraper.core.Models;
|
||||
using lottery_co_uk_scraper.core.Models.EuroMillions;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace lottery_co_uk_scraper.data
|
||||
{
|
||||
public class LotteryContext : DbContext
|
||||
{
|
||||
public DbSet<EurosResult> EurosResults { get; set; }
|
||||
|
||||
public DbSet<EurosRaffleResult> EurosRaffleResults { get; set; }
|
||||
|
||||
public DbSet<LottoResult> LottoResults { get; set; }
|
||||
|
||||
public LotteryContext()
|
||||
|
||||
Reference in New Issue
Block a user