Ignore:
Timestamp:
08/28/24 21:41:13 (4 weeks ago)
Author:
ElenaMoskova <elena.moskova99@…>
Branches:
main
Children:
a850333
Parents:
118e414
Message:

Use of views

  1. Use of views in VetCenters.
  2. Ability to provide a response to a given response.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • PostgreSqlDotnetCore/Models/VetCenter.cs

    r118e414 re9bb9d1  
    99namespace PostgreSqlDotnetCore.Models
    1010{
    11     [Table("vet_centers", Schema = "project")]
     11    [Table("vet_centers_with_city", Schema = "project")]
    1212    public class VetCenter
    1313    {
    14         [Key]
     14       // [Key]
    1515        public int id { get; set; }
    1616
Note: See TracChangeset for help on using the changeset viewer.