9 lines
230 B
C#
9 lines
230 B
C#
using Akka.Remote;
|
|
|
|
// namespace ProxyInterfaceConsumerForAkka.Interfaces; <-- no namespace
|
|
|
|
[ProxyInterfaceGenerator.Proxy(typeof(AddressUid))]
|
|
// ReSharper disable once CheckNamespace
|
|
public partial interface IAddressUid
|
|
{
|
|
} |