Ignore:
Timestamp:
08/28/24 21:41:13 (3 months 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/Pet_CaresClass.cs

    r118e414 re9bb9d1  
    2222        public DateTime start_date { get; set; }
    2323
     24        // [ForeignKey("PetsClass")]
     25        // [Column("petid")]
     26        public int pet_id { get; set; }
     27        //public PetsClass PetsClass { get; set; }
     28
     29
    2430        public void SetDatesToUtc()
    2531        {
Note: See TracChangeset for help on using the changeset viewer.