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