Preview:
using ZendaXArmory.Data;
using ZendaXArmory.Data.Entities;
using ZendaXArmory.Enums;

namespace ZendaXArmory.Data.Entities
{
    public class Caliber
    {

        public int Id { get; set; }

        public string Name { get; set; }
        
        public string Description { get; set; }

        public Country Country { get; set; }

        public int? ManufacturerId { get; set; }
        public Manufacturer? Manufacturers { get; set; }

        public double Price { get; set; }


    }
}
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter