Class AccountServiceCompany
Модель связи между учётной записью и обслуживающей организацией.
public class AccountServiceCompany
- Inheritance
-
AccountServiceCompany
- Inherited Members
- Extension Methods
Properties
AccountId
Идентификатор учётной записи.
[Key]
public int AccountId { get; set; }
Property Value
ServiceCompanyId
Идентификатор обслуживающей организации.
public int ServiceCompanyId { get; set; }