last works on XFile Provider by Implememnting Tag Provider and also add Global Supports for ProvidedFor and References inside File Provider ...

This commit is contained in:
2025-12-08 14:12:31 +03:30
parent 4cf1e4d629
commit d14a918212
3 changed files with 613 additions and 16 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ namespace xFileService.Models.Dtos
public string OwnerId { get; set; }
public XPersonDto Owner { get; set; }
public IList<string> References = new List<string>();
}
}