Files
ShopSolution-backend/Webshop.Application/Services/Auth/AuthService.cs
Tizian.Breuch dcf6e428ab services public
2025-07-22 17:14:38 +02:00

13 lines
209 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Webshop.Application.Services.Auth
{
public class AuthService
{
}
}