using AyCode.Interfaces.Users;
namespace TIAM.Entities.Users;
public interface IUserToServiceProviderBase : IAcUserToServiceProviderBase
{}