0
0
mirror of https://github.com/alex289/CleanArchitecture.git synced 2025-07-04 04:22:56 +00:00
CleanArchitecture/CleanArchitecture.Application/Interfaces/IUserService.cs
2023-03-06 15:51:24 +01:00

6 lines
91 B
C#

namespace CleanArchitecture.Application.Interfaces;
public interface IUserService
{
}