perf pro api
This commit is contained in:
parent
a6fe73c7f6
commit
f16841f8d7
6 changed files with 52 additions and 13 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue