mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2026-04-05 14:25:37 +00:00
4 lines
146 B
C#
4 lines
146 B
C#
namespace Northwind.Mvc.Models;
|
|
|
|
public record HomeModelBindingViewModel(Thing Thing, bool HasErrors,
|
|
IEnumerable<string> ValidationErrors);
|