using NorthwindAPI.Models.Base; namespace NorthwindAPI.Models { /// <summary> /// This file will not be overwritten. You can put /// additional Products Model code in this class. /// </summary> public class ProductsModel : ProductsModelBase { } }