some changes

This commit is contained in:
Paul Schneider 2019-03-17 00:03:04 +00:00
commit 85dd299f4a
32 changed files with 33 additions and 52 deletions

View file

@ -1,12 +0,0 @@
using System.ComponentModel.DataAnnotations;
namespace Yavsc.Models.Identity
{
public class ReservedUserName : IWatchedUserName {
[Key]
[StringLength(1024)]
public string Name { get; set;}
}
}