namespace AspNetCoreWebApiRds.Data { public enum InvoiceCategory { Internal = 1, National = 2, International = 3, } }