Kashub's Code Barn - "student.cs"

podświetlone jako php-brief (dodał(a) Gejson @ 2015-09-16 09:52:34)

Podświetl ten kod w:
Ostatnio dodane:
Losowe wpisy:
public class Student
    {
        public virtual int Id { get; set; }
 
        [StringLength(255)]
        public virtual string FirstName { get; set; }
        [StringLength(255)]
        public virtual string LastName { get; set; }
        public virtual DateTime? DateOfBirth { get; set; }
        public virtual decimal? Height { get; set; }
        public virtual decimal? Weight { get; set; }
        public virtual int? StandardId { get; set; }
 
        [ForeignKey("StandardId")]
        public virtual Standard Standard { get; set; }
    }
}
| Sklepy internetowe | | Eko Drogeria | | Spalacze tłuszczu | | Perfumy Unisex | | concept for life maine coon - sklep | | Best Microwaves UK 2025 | | Best Stand Mixers UK 2025 | | Best Freestanding Ovens UK 2025 | | Decking UK | | pressure treated fence panels UK |