compilation warnings
This commit is contained in:
parent
fccf8fe310
commit
40add7b990
18 changed files with 46 additions and 33 deletions
|
|
@ -3,12 +3,11 @@ using System.Threading.Tasks;
|
|||
using Microsoft.AspNet.Authorization;
|
||||
using Microsoft.AspNet.Mvc;
|
||||
using Microsoft.Data.Entity;
|
||||
using Yavsc.Exceptions;
|
||||
using Yavsc.Models;
|
||||
using Yavsc;
|
||||
|
||||
namespace Yavsc.Controllers.Generic
|
||||
{
|
||||
using Exceptions;
|
||||
using Models;
|
||||
[Authorize]
|
||||
public abstract class SettingsController<TSettings> : Controller where TSettings : class, ISpecializationSettings, new()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue