using WorkFlow.Application.Contracts; namespace WorkFlow.Application.Services; public class ProfileService : IProfileService { }