Fix namespace (#1)

* Fix NS

* .
This commit is contained in:
Stef Heyenrath
2021-07-25 19:22:24 +02:00
committed by GitHub
parent a38d8c8ef0
commit 0f58ce480d
15 changed files with 216 additions and 85 deletions
@@ -26,9 +26,11 @@ namespace ProxyInterfaceConsumer
return 600;
}
public void AddAddress(Address a)
public Address AddAddress(Address a)
{
AddressesDict.Add($"{AddressesDict.Count}", a);
return a;
}
public void Void()