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; }