コード例 #1
0
 private string GetDocumentForContact(Contact contact)
 {
     return(_templateManager.GetTemplateFromContact(contact));
 }