4 lines
109 B
C#
4 lines
109 B
C#
namespace MVC_SimpleCRUD_Layered.Application.People;
|
|
|
|
public record CountryOption(string Code, string Name);
|