code cleanup
This commit is contained in:
parent
7b92745153
commit
ec2c405e28
4 changed files with 1 additions and 137 deletions
|
|
@ -13,7 +13,6 @@ namespace Yavsc.Models
|
|||
using Blog;
|
||||
using Chat;
|
||||
using Drawing;
|
||||
using Forms;
|
||||
using Haircut;
|
||||
using Identity;
|
||||
using IT.Evolution;
|
||||
|
|
@ -352,8 +351,6 @@ namespace Yavsc.Models
|
|||
|
||||
public DbSet<CommandForm> CommandForm { get; set; }
|
||||
|
||||
public DbSet<Form> Form { get; set; }
|
||||
|
||||
public DbSet<Ban> Ban { get; set; }
|
||||
|
||||
public DbSet<HairTaint> HairTaint { get; set; }
|
||||
|
|
|
|||
|
|
@ -1,12 +0,0 @@
|
|||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace Yavsc.Models.Forms
|
||||
{
|
||||
|
||||
public class Form
|
||||
{
|
||||
[Key]
|
||||
public string Id {get; set;}
|
||||
public string Summary { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
@ -30,8 +30,7 @@ namespace Yavsc.ViewModels.FrontOffice
|
|||
Settings = settings;
|
||||
WebSite = profile.WebSite;
|
||||
Extra = profile.Activity.Where(a => a.DoesCode != activityCode).ToArray();
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue