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

Added Records

This commit is contained in:
2021-06-18 17:56:25 +03:00
parent ece7c7d08f
commit d6b2a27221
26 changed files with 1236 additions and 321 deletions

View File

@ -875,7 +875,7 @@ namespace Esiur.Resource
if (customTemplate != null)
this.template = customTemplate;
else
this.template = Warehouse.GetTemplate(resource.GetType());
this.template = Warehouse.GetTemplateByType(resource.GetType());
// set ages
for (byte i = 0; i < template.Properties.Length; i++)