file upload

This commit is contained in:
2019-03-23 09:49:03 +01:00
parent 13836739c0
commit d30b3ca6a6
12 changed files with 382 additions and 54 deletions

View File

@@ -16,5 +16,7 @@ namespace API.Models {
public bool Final { get; set; }
public virtual ICollection<Change> Changes { get; set; }
public virtual ICollection<File> Files { get; set; }
}
}