Forgot to update DTO to send it to the Frontend.

This commit is contained in:
Joseph Milazzo 2021-01-12 14:09:20 -06:00
parent 28ce2bbba1
commit 83076f02ad
3 changed files with 18 additions and 0 deletions

View file

@ -7,5 +7,6 @@ namespace API.DTOs
public int Number { get; set; }
public string Name { get; set; }
public byte[] CoverImage { get; set; }
public int Pages { get; set; }
}
}