Warning fix
This commit is contained in:
@@ -7,10 +7,10 @@ namespace AnyType.Models
|
||||
{
|
||||
public class TaskViewModel
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string Address { get; set; }
|
||||
public double Value { get; set; }
|
||||
public string Type { get; set; }
|
||||
public string? Id { get; set; }
|
||||
public string? Name { get; set; }
|
||||
public string? Address { get; set; }
|
||||
public double? Value { get; set; }
|
||||
public string? Type { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user