MVC (layered variant)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
namespace MVC_SimpleCRUD_Layered.Application.People;
|
||||
|
||||
public record CountryOption(string Code, string Name);
|
||||
Reference in New Issue
Block a user