Compare commits

..

No commits in common. "4267836c8c5a385cf227c2f96f5d6304fec6456f" and "710cefc83771184fe0ffb79a93f791c79e1a9f76" have entirely different histories.

2 changed files with 0 additions and 2 deletions

View File

@ -9,7 +9,6 @@ namespace Demo.domain.Models
public class GroupLocalEntity
{
public required int Id { get; set; }
public required int NewId { get; set; }
public required string Name { get; set; }
}

View File

@ -20,7 +20,6 @@ namespace Demo.Data.LocalData
public static List<UserLocalEnity> users => new List<UserLocalEnity>
{
new UserLocalEnity{Guid=Guid.Parse("e6b9964d-ea9f-420a-84b9-af9633bbfab9"), FIO = "RandomFio", GroupID = 1 },
new UserLocalEnity{Guid=Guid.Parse("e6b9964d-ea9f-420a-84b9-af9633bbfab9"), FIO = "RandomFio", GroupID = 1 },
new UserLocalEnity{Guid=Guid.Parse("e6b9964d-ea9f-420a-84b9-af9633bbfab9"), FIO = "RandomFio", GroupID = 1 },
new UserLocalEnity{Guid=Guid.Parse("8388d931-5bef-41be-a152-78f1aca980ed"), FIO = "RandomFio1", GroupID = 2 },