mirror of
https://github.com/alex289/CleanArchitecture.git
synced 2025-07-02 03:22:57 +00:00
7 lines
150 B
C#
7 lines
150 B
C#
using CleanArchitecture.Application.Interfaces;
|
|
|
|
namespace CleanArchitecture.Application.Services;
|
|
|
|
public sealed class UserService : IUserService
|
|
{
|
|
} |