rename dtos to requests

This commit is contained in:
Artemy
2025-06-24 21:43:35 +07:00
parent 76094af15b
commit 06cee5caae
5 changed files with 20 additions and 17 deletions
@@ -3,11 +3,14 @@ using Govor.API.Services.AdminsStuff.Interfaces;
using Govor.Core.DTOs;
using Govor.Core.Repositories.Invaites;
using Govor.Core.Requests;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
namespace Govor.API.Controllers.AdminStuff;
[Route("api/[controller]")]
[ApiController]
[Authorize]
public class InviteUserController : Controller
{
private readonly IInvitesRepository _repository;