Skip to content

Commit

Permalink
updating code
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Mar 19, 2024
1 parent 25f713f commit 3600e98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ExternalLibrary/Libarary.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ namespace ExternalLibrary
public class Person
{
public Guid Id => Guid.NewGuid();
public string Name => "Peter Smith";
public string Email => "peter[email protected]";
public string Name => "John Smith";
public string Email => "john[email protected]";

}

Expand Down

0 comments on commit 3600e98

Please sign in to comment.