Compare commits
No commits in common. "1227889856e2a2e01d66ff94c0116d2b5142e7bf" and "48db7fbf0569cf4c38f1a51bb89c2f7386b8ee2d" have entirely different histories.
1227889856
...
48db7fbf05
1
.gitignore
vendored
1
.gitignore
vendored
@ -398,4 +398,3 @@ FodyWeavers.xsd
|
|||||||
# JetBrains Rider
|
# JetBrains Rider
|
||||||
*.sln.iml
|
*.sln.iml
|
||||||
|
|
||||||
/LawFirm/ImplementationExtensions
|
|
||||||
|
@ -70,8 +70,7 @@ namespace LawFirmBusinessLogic.BusinessLogics
|
|||||||
DateCreate = viewModel.DateCreate,
|
DateCreate = viewModel.DateCreate,
|
||||||
DateImplement = viewModel.DateImplement,
|
DateImplement = viewModel.DateImplement,
|
||||||
Count = viewModel.Count,
|
Count = viewModel.Count,
|
||||||
Sum = viewModel.Sum,
|
Sum = viewModel.Sum
|
||||||
ImplementerId = viewModel.ImplementerId
|
|
||||||
};
|
};
|
||||||
if (rawModel.ImplementerId.HasValue)
|
if (rawModel.ImplementerId.HasValue)
|
||||||
{
|
{
|
||||||
|
@ -78,8 +78,8 @@ namespace LawFirmDatabaseImplement.Models
|
|||||||
DateImplement = DateImplement,
|
DateImplement = DateImplement,
|
||||||
Id = Id,
|
Id = Id,
|
||||||
Status = Status,
|
Status = Status,
|
||||||
DocumentName = Document?.DocumentName ?? string.Empty,
|
DocumentName = Document.DocumentName,
|
||||||
ClientFIO = Client?.ClientFIO ?? string.Empty,
|
ClientFIO = Client.ClientFIO,
|
||||||
ImplementerFIO = Implementer?.ImplementerFIO ?? string.Empty,
|
ImplementerFIO = Implementer?.ImplementerFIO ?? string.Empty,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user