adds an interface for live descriptors
This commit is contained in:
parent
3ec55938bb
commit
6665e51905
2 changed files with 32 additions and 1 deletions
|
|
@ -1,11 +1,12 @@
|
|||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using Yavsc.Abstract.Streaming;
|
||||
using Yavsc.Models;
|
||||
|
||||
namespace Yavsc.Models.Streaming
|
||||
{
|
||||
|
||||
public class LiveFlow {
|
||||
public class LiveFlow : ILiveFlow {
|
||||
|
||||
[Key(), DatabaseGenerated(DatabaseGeneratedOption.Identity)]
|
||||
[Display(Name="FlowId")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue