adding initial coverimage functionality

This commit is contained in:
Andrew Song 2021-01-03 19:50:10 -06:00
parent 2806beaae9
commit 451d459473
12 changed files with 1173 additions and 54 deletions

View file

@ -7,7 +7,6 @@ namespace API.DTOs
public int Id { get; set; }
public int Number { get; set; }
public string Name { get; set; }
public string CoverImage { get; set; }
public ICollection<string> Files { get; set; }
public byte[] CoverImage { get; set; }
}
}