Livejournal
Log in
Post
Friends
My journal
tearexs
ELMA как определить тип контрагента
tearexs
May 19, 2016 16:55
if (context.Contractor.GetType () == typeof(ContractorLegal)) {
context.ContractorType = "Юридическое лицо";
}
else {
context.ContractorType = "Физическое лицо";
}
crm
,
elma
,
c#
Leave a comment
Up