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

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

30
XLAB.DATA/SPNMTP.cs Normal file
View File

@@ -0,0 +1,30 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Этот код создан по шаблону.
//
// Изменения, вносимые в этот файл вручную, могут привести к непредвиденной работе приложения.
// Изменения, вносимые в этот файл вручную, будут перезаписаны при повторном создании кода.
// </auto-generated>
//------------------------------------------------------------------------------
namespace XLAB.DATA
{
using System;
using System.Collections.Generic;
public partial class SPNMTP
{
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public SPNMTP()
{
this.TIPS = new HashSet<TIPS>();
}
public int IDSPNMTP { get; set; }
public string NMTP { get; set; }
public string NMTPSP { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<TIPS> TIPS { get; set; }
}
}