interface
This commit is contained in:
parent
29a0cb9c4b
commit
6589a4f948
6 changed files with 86 additions and 25 deletions
|
|
@ -3,7 +3,9 @@ using System.ComponentModel.DataAnnotations.Schema;
|
|||
|
||||
namespace Yavsc.Models.Workflow
|
||||
{
|
||||
public class CoWorking
|
||||
using YavscLib;
|
||||
|
||||
public class CoWorking: ICoWorking
|
||||
{
|
||||
[Key(), DatabaseGenerated(DatabaseGeneratedOption.Identity)]
|
||||
public long Id {get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue