namespace BlueWest.Data; public class Currency { public int Num { get; set; } // Primary key public string Code { get; set; } public Country Country { get; set; } }