Skip to content

Commit

Permalink
BibliothecaTeam/Home#11 Fix issue with updating project data.
Browse files Browse the repository at this point in the history
  • Loading branch information
mczachurski committed Oct 31, 2017
1 parent 1e102bc commit 73504a9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ namespace Bibliotheca.Server.Gateway.Core.DataTransferObjects
{
public class ExtendedBranchDto : BranchDto
{
public ExtendedBranchDto()
{
}

public ExtendedBranchDto(BranchDto branchDto)
{
Name = branchDto.Name;
Expand Down

0 comments on commit 73504a9

Please sign in to comment.