mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-12-17 17:30:25 +00:00
EF Core
This commit is contained in:
@@ -20,5 +20,8 @@ namespace Esyur.Net.IIP
|
||||
{
|
||||
this.Method = method;
|
||||
}
|
||||
|
||||
public static implicit operator DistributedPropertyContext(Func<DistributedConnection, object> method)
|
||||
=> new DistributedPropertyContext(method);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user