8 lines
122 B
C#
8 lines
122 B
C#
|
8 years ago
|
using Yavsc.Interfaces;
|
||
|
|
|
||
|
|
namespace Yavsc.Models.Identity
|
||
|
|
{
|
||
|
|
public interface IWatchedUserName : INamedObject {
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|