Table of Contents

Class AccountServiceCompany

Namespace
Lers.Models
Assembly
Lers.Models.dll

Модель связи между учётной записью и обслуживающей организацией.

public class AccountServiceCompany
Inheritance
AccountServiceCompany
Inherited Members
Extension Methods

Properties

AccountId

Идентификатор учётной записи.

[Key]
public int AccountId { get; set; }

Property Value

int

ServiceCompanyId

Идентификатор обслуживающей организации.

public int ServiceCompanyId { get; set; }

Property Value

int