From fe222f87e30224905017a2f9d6b0b8d612e79218 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Tue, 2 Aug 2016 11:04:23 +0200 Subject: [PATCH] =?UTF-8?q?utiliser=20une=20adresse=20existante=20au=20cas?= =?UTF-8?q?=20o=C3=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Yavsc/Model/ApplicationDbContext.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Yavsc/Model/ApplicationDbContext.cs b/Yavsc/Model/ApplicationDbContext.cs index c26bdf50..c7dcdacc 100644 --- a/Yavsc/Model/ApplicationDbContext.cs +++ b/Yavsc/Model/ApplicationDbContext.cs @@ -168,5 +168,7 @@ namespace Yavsc.Models } public DbSet ExceptionsSIREN { get; set; } + + public DbSet Locations { get; set; } } }