using AyCode.Entities.Profiles;
namespace TIAM.Entities.Profiles;
public class Profile : AcProfile, IProfile
{
}