Closed
Description
This is such a wonderful job and great resource for someone new to DocuSign. We really appreciate it!!
May I offer one small refactoring suggestion, please? Could the prefixes of the 2 properties in bold be modified to 'SignerEmail' and 'SignerName' in light of the naming convention used for the class name of 'EmbeddedSigningModel'... Thank you!
namespace DocuSign.CodeExamples.Views
{
public class EmbeddedSigningModel
{
public string SingerEmail { get; set; }
public string SingerName { get; set; }
}
}