Loading RandomRande/RandomRandeDB/Models/Category.cs +2 −2 Original line number Diff line number Diff line Loading @@ -3,6 +3,6 @@ namespace RandomRandeApp.Models; public class Category { public int Id { get; set; } public string Name { get; set; } public string Description { get; set; } public string Name { get; set; } = null!; public string Description { get; set; } = null!; } No newline at end of file Loading
RandomRande/RandomRandeDB/Models/Category.cs +2 −2 Original line number Diff line number Diff line Loading @@ -3,6 +3,6 @@ namespace RandomRandeApp.Models; public class Category { public int Id { get; set; } public string Name { get; set; } public string Description { get; set; } public string Name { get; set; } = null!; public string Description { get; set; } = null!; } No newline at end of file