Browse Source

Errors fixed.

pull/282/head
Sebastian Stehle 8 years ago
parent
commit
875c5ff48a
  1. 4
      src/Squidex/Areas/Api/Controllers/Plans/Models/AppPlansDto.cs
  2. 2
      src/Squidex/Areas/Api/Controllers/Plans/Models/PlanDto.cs

4
src/Squidex/Areas/Api/Controllers/Plans/Models/AppPlansDto.cs

@ -5,11 +5,11 @@
// All rights reserved. Licensed under the MIT license.
// ==========================================================================
using Squidex.Domain.Apps.Entities.Apps;
using Squidex.Domain.Apps.Entities.Apps.Services;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using Squidex.Domain.Apps.Entities.Apps;
using Squidex.Domain.Apps.Entities.Apps.Services;
namespace Squidex.Areas.Api.Controllers.Plans.Models
{

2
src/Squidex/Areas/Api/Controllers/Plans/Models/PlanDto.cs

@ -5,9 +5,9 @@
// All rights reserved. Licensed under the MIT license.
// ==========================================================================
using System.ComponentModel.DataAnnotations;
using Squidex.Domain.Apps.Entities.Apps.Services;
using Squidex.Infrastructure.Reflection;
using System.ComponentModel.DataAnnotations;
namespace Squidex.Areas.Api.Controllers.Plans.Models
{

Loading…
Cancel
Save