2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2026-04-29 14:48:44 +00:00
This commit is contained in:
2021-05-26 08:55:42 +03:00
parent 82cbe3b01c
commit ece7c7d08f
10 changed files with 36 additions and 26 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ namespace Esiur.Stores.EntityCore
return new AsyncReply<bool>(true);
}
void ReloadModel()
public void ReloadModel()
{
TypesByName.Clear();
+1 -1
View File
@@ -123,7 +123,7 @@ namespace Esiur.Stores.EntityCore
await Warehouse.Put(id.ToString(), res, store, null, null, 0, manager);
return resource;
return (T)res;
}
//public static async AsyncReply<T> CreateResourceAsync<T>(this IServiceProvider serviceProvider, T properties = null) where T : class, IResource