new tables
This commit is contained in:
@@ -5,6 +5,7 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using WatchIt.Database.Model.Media;
|
||||
using WatchIt.Database.Model.Rating;
|
||||
|
||||
namespace WatchIt.Database.Model.Person
|
||||
{
|
||||
@@ -28,6 +29,8 @@ namespace WatchIt.Database.Model.Person
|
||||
public Media.Media Media { get; set; }
|
||||
public PersonActorRoleType PersonActorRoleType { get; set; }
|
||||
|
||||
public IEnumerable<RatingPersonActorRole> RatingPersonActorRole { get; set; }
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user