source:
PostgreSqlDotnetCore/Models/ApplicationDbContext.cs
Last change on this file was 2639fab, checked in by , 3 months ago | |
---|---|
|
|
File size: 264 bytes |
Rev | Line | |
---|---|---|
[2639fab] | 1 | // File: Models/ActiveProductsView.cs |
2 | ||
3 | namespace PostgreSqlDotnetCore.Models | |
4 | { | |
5 | public class ActiveProductsView | |
6 | { | |
7 | public string Name { get; set; } | |
8 | public string Description { get; set; } | |
9 | public decimal Price { get; set; } | |
10 | } | |
11 | } |
Note:
See TracBrowser
for help on using the repository browser.