2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-06-27 13:33:13 +00:00

New AsyncReply

This commit is contained in:
2019-12-31 12:44:54 +03:00
parent a96ddf602f
commit 3375a814e6
13 changed files with 470 additions and 61 deletions

View File

@ -705,7 +705,7 @@ namespace Esyur.Data
return list.ToArray();
}
public virtual IAsyncReply<object[]> Done()
public virtual AsyncReply<object[]> Done()
{
return null;
//