[#17] Models: Remove internal visibility

Signed-off-by: Pavel Gross <p.gross@yando.com>
This commit is contained in:
p.gross 2024-07-22 14:18:42 +03:00 committed by Pavel Gross
parent 7b9c19f37c
commit 816e1eb2f1
4 changed files with 6 additions and 22 deletions

View file

@ -36,7 +36,7 @@ public class FrostFsObject
/// </summary>
public ObjectId? ObjectId
{
get; internal set;
get; set;
}
/// <summary>