main
Last change
on this file since 63bd770 was 2639fab, checked in by ElenaMoskova <elena.moskova99@…>, 11 months ago |
Update with triggers
|
-
Property mode
set to
100644
|
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.