using Microsoft.AspNetCore.Mvc;
namespace Crm.Core.Identity.WebApi.Controller
{
[ApiController]
[Route("Api/[controller]")]
[Produces("application/json")]
public class BaseController : ControllerBase
}