From 96a6667347a6843c38c29b2783693827494ef4c6 Mon Sep 17 00:00:00 2001 From: dmendez Date: Tue, 17 Jul 2018 16:25:14 +0000 Subject: [PATCH] git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C279 --- AYA.SlnSynor/AYA.SlnSynorModel/Sinort/SinortContex.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AYA.SlnSynor/AYA.SlnSynorModel/Sinort/SinortContex.cs b/AYA.SlnSynor/AYA.SlnSynorModel/Sinort/SinortContex.cs index 03f8c95fb..d9db596ad 100644 --- a/AYA.SlnSynor/AYA.SlnSynorModel/Sinort/SinortContex.cs +++ b/AYA.SlnSynor/AYA.SlnSynorModel/Sinort/SinortContex.cs @@ -5,8 +5,9 @@ namespace AYA.SlnSinortModel.Sinort using System.ComponentModel.DataAnnotations.Schema; using System.Linq; using System.Runtime.Remoting.Contexts; + using AYA.SlnSinortModel.Sinort.Partial; - public partial class SinortContex : Context + public partial class SinortContex : Contex { public virtual DbSet Aplicacion { get; set; }