Добавьте файлы проекта.

This commit is contained in:
Курнат Андрей
2026-03-11 22:05:19 +03:00
parent 5af9cd9adb
commit 44a0ce300b
37 changed files with 4354 additions and 0 deletions

58
XLAB.DATA/PRSN.cs Normal file
View File

@@ -0,0 +1,58 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Этот код создан по шаблону.
//
// Изменения, вносимые в этот файл вручную, могут привести к непредвиденной работе приложения.
// Изменения, вносимые в этот файл вручную, будут перезаписаны при повторном создании кода.
// </auto-generated>
//------------------------------------------------------------------------------
namespace XLAB.DATA
{
using System;
using System.Collections.Generic;
public partial class PRSN
{
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public PRSN()
{
this.EKZ = new HashSet<EKZ>();
this.EKZMK = new HashSet<EKZMK>();
this.EKZMK1 = new HashSet<EKZMK>();
this.EKZMK2 = new HashSet<EKZMK>();
this.EKZMK3 = new HashSet<EKZMK>();
this.EKZMK4 = new HashSet<EKZMK>();
this.EKZMK5 = new HashSet<EKZMK>();
this.EKZMK6 = new HashSet<EKZMK>();
}
public int IDPRSN { get; set; }
public string PRFIO { get; set; }
public string PRFM { get; set; }
public string PRNM { get; set; }
public string PROT { get; set; }
public string TEL { get; set; }
public string EMAIL { get; set; }
public string DSPRSN { get; set; }
public string GUIDPRSN { get; set; }
public string PRDPID { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<EKZ> EKZ { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<EKZMK> EKZMK { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<EKZMK> EKZMK1 { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<EKZMK> EKZMK2 { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<EKZMK> EKZMK3 { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<EKZMK> EKZMK4 { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<EKZMK> EKZMK5 { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<EKZMK> EKZMK6 { get; set; }
}
}