compilation warnings
This commit is contained in:
@ -4,12 +4,11 @@ using System.Linq;
|
||||
using System.Reflection;
|
||||
using Microsoft.AspNet.Builder;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Yavsc.Exceptions;
|
||||
using Yavsc.Models;
|
||||
using Yavsc;
|
||||
|
||||
namespace Yavsc
|
||||
{
|
||||
using Exceptions;
|
||||
using Models;
|
||||
public partial class Startup
|
||||
{
|
||||
/// <summary>
|
||||
|
@ -28,7 +28,6 @@ namespace Yavsc
|
||||
using System.Net;
|
||||
using Formatters;
|
||||
using Models;
|
||||
using Newtonsoft.Json;
|
||||
using PayPal.Manager;
|
||||
using Services;
|
||||
using ViewModels.Auth.Handlers;
|
||||
|
Reference in New Issue
Block a user