7 lines
133 B
C#
7 lines
133 B
C#
using WorkFlow.Application.Contracts;
|
|
|
|
namespace WorkFlow.Application.Services;
|
|
|
|
public class ProfileService : IProfileService
|
|
{
|
|
} |