fix #74

Merged
maxchil merged 1 commits from fix/fixfixifx into master 2020-11-06 21:43:47 +01:00
Showing only changes of commit f1074df853 - Show all commits

View File

@ -19,7 +19,8 @@ namespace InternshipSystem.Core
{
Nip = nip,
Name = name,
Provider = provider
Provider = provider,
Branches = new List<BranchOffice>()
};
public void AddBranchOffice(BranchOffice createBranch)