source: PostgreSqlDotnetCore/Models/ApplicationDbContext.cs@ ae6c071

main
Last change on this file since ae6c071 was 2639fab, checked in by ElenaMoskova <elena.moskova99@…>, 6 weeks ago

Update with triggers

  • Property mode set to 100644
File size: 264 bytes
Line 
1// File: Models/ActiveProductsView.cs
2
3namespace 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.