mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-06-26 21:13:13 +00:00
fix
This commit is contained in:
@ -207,7 +207,7 @@ namespace Esiur.Stores.EntityCore
|
||||
return new AsyncReply<bool>(true);
|
||||
}
|
||||
|
||||
void ReloadModel()
|
||||
public void ReloadModel()
|
||||
{
|
||||
|
||||
TypesByName.Clear();
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user