perf pro api

This commit is contained in:
Paul Schneider 2017-02-21 20:49:07 +01:00
commit f16841f8d7
6 changed files with 52 additions and 13 deletions

View file

@ -5,8 +5,9 @@ using System.ComponentModel.DataAnnotations.Schema;
namespace Yavsc.Models.Workflow
{
using Models.Relationship;
public class PerformerProfile {
using YavscLib.Workflow;
public class PerformerProfile : IPerformerProfile {
[Key]
public string PerformerId { get; set; }