Refactoring book query
This commit is contained in:
parent
7a2b1d76b0
commit
3e1dc7b80f
9 changed files with 152 additions and 18 deletions
12
src/Yavsc.Abstract/Messaging/IAnnounce.cs
Normal file
12
src/Yavsc.Abstract/Messaging/IAnnounce.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using Yavsc.Interfaces;
|
||||
|
||||
namespace Yavsc.Models.Messaging
|
||||
{
|
||||
public interface IAnnounce : IOwned {
|
||||
Reason For { get; set; }
|
||||
string Message { get; set; }
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue