@ -0,0 +1,18 @@
namespace Activities
{
public class Person(string name, string email)
private readonly string name = name;
private readonly string email = email;
public string GetName()
return this.name;
}
public string GetEmail()
return this.email;
The note is not visible to the blocked user.