fix

Co-authored-by: MaxchilKH <m.w.bohdanowicz@gmail.com>
This commit is contained in:
maxchil 2020-11-06 21:43:20 +01:00
parent 33149c255b
commit 78a1a53e3b

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)