Skip to content

Commit dd4e40c

Browse files
committed
update interface
1 parent c25c563 commit dd4e40c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shesha-core/src/Shesha.Application/Metadata/IMetadataAppService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public interface IMetadataAppService: IApplicationService
4343
Task<List<PropertyMetadataDto>> GetPropertiesAsync(string container);
4444

4545
/// <summary>
46-
/// Get properties of the specified container excluding framework-related properties (e.g. Id, CreationTime, etc)
46+
/// Get properties of the specified container excluding framework-related properties (e.g. CreationTime, DeletionTime etc)
4747
/// </summary>
4848
Task<List<PropertyMetadataDto>> GetNonFrameworkRelatedPropertiesAsync(string container);
4949

0 commit comments

Comments
 (0)