diff --git a/New_College.Services/V_CustomerInfoServices.cs b/New_College.Services/V_CustomerInfoServices.cs index 5036464..7696277 100644 --- a/New_College.Services/V_CustomerInfoServices.cs +++ b/New_College.Services/V_CustomerInfoServices.cs @@ -385,7 +385,8 @@ namespace New_College.Services Subject = userinfo.Subject, Subjectgroup = userinfo.Subjectgroup, subjectgroupName = userinfo.subjectgroupName, - Year = userinfo.Year + Year = userinfo.Year, + Id= userinfo.Id, }); } else