Two things:
* User views its devices, from a /manage index link * Yavsc.Server resurection
This commit is contained in:
12
Yavsc.Server/Models/Identity/IWatchedUserName.cs
Normal file
12
Yavsc.Server/Models/Identity/IWatchedUserName.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using Newtonsoft.Json;
|
||||
using Yavsc.Interfaces;
|
||||
|
||||
namespace Yavsc.Models.Identity
|
||||
{
|
||||
public interface IWatchedUserName : INamedObject {
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user