Updated Todo class to public since DTO will be public (#28264)

pull/28268/head
Wade Pickett 2023-01-31 15:43:28 -08:00 committed by GitHub
parent c6e0946dd8
commit 12f22da019
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
class Todo public class Todo
{ {
public int Id { get; set; } public int Id { get; set; }
public string? Name { get; set; } public string? Name { get; set; }