mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
More unit tests
This commit is contained in:
parent
90b38e09ec
commit
b98f5607d6
6 changed files with 325 additions and 3 deletions
|
@ -8,6 +8,10 @@ namespace Ombi.Store.Entities.Requests
|
|||
[Table("MovieRequests")]
|
||||
public class MovieRequests : FullBaseRequest
|
||||
{
|
||||
public MovieRequests()
|
||||
{
|
||||
RequestType = RequestType.Movie;
|
||||
}
|
||||
public int TheMovieDbId { get; set; }
|
||||
public int? IssueId { get; set; }
|
||||
[ForeignKey(nameof(IssueId))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue