task full updated - fixed connectedPersonnel

This commit is contained in:
samsys
2024-07-10 20:25:54 +03:30
parent 39768f8074
commit aafafa27ce
123 changed files with 21086 additions and 1384 deletions

View File

@@ -5,4 +5,5 @@ public class MediaViewModel
public long Id { get; set; }
public string Path { get; set; }
public string Type { get; set; }
public string Category { get; set; }
}