source:
PostgreSqlDotnetCore/Models/ApplicationDbContext.cs@
72b1da2
Last change on this file since 72b1da2 was 2639fab, checked in by , 3 months ago | |
---|---|
|
|
File size: 264 bytes |
Line | |
---|---|
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.