Iniziato rename progetti: Step --> Termo.Active
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
using Step.Database.Controllers;
|
||||
using Step.Model.DatabaseModels;
|
||||
using Step.Model.DTOModels;
|
||||
using Termo.Active.Database.Controllers;
|
||||
using Termo.Active.Model.DatabaseModels;
|
||||
using Termo.Active.Model.DTOModels;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
@@ -8,9 +8,9 @@ using System.Security.Claims;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Web.Http;
|
||||
using static Step.Model.Constants;
|
||||
using static Termo.Active.Model.Constants;
|
||||
|
||||
namespace Step.Controllers.WebApi
|
||||
namespace Termo.Active.Controllers.WebApi
|
||||
{
|
||||
[RoutePrefix("api/user_softkey")]
|
||||
public class FavoriteUserSoftkeyController : ApiController
|
||||
|
||||
Reference in New Issue
Block a user