put in all change
This commit is contained in:
@@ -9,6 +9,7 @@ namespace FamilyTreeAPI.Repository
|
|||||||
{
|
{
|
||||||
if (string.IsNullOrEmpty(smtpServer) && string.IsNullOrEmpty(sender) && string.IsNullOrEmpty(sendTo))
|
if (string.IsNullOrEmpty(smtpServer) && string.IsNullOrEmpty(sender) && string.IsNullOrEmpty(sendTo))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
System.Net.Mail.SmtpClient client = new SmtpClient(smtpServer);
|
System.Net.Mail.SmtpClient client = new SmtpClient(smtpServer);
|
||||||
MailMessage mailMessage = new MailMessage();
|
MailMessage mailMessage = new MailMessage();
|
||||||
mailMessage.From = new MailAddress(sender);
|
mailMessage.From = new MailAddress(sender);
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
<div class="shadow-2xl rounded p-2 mt-2">
|
<div class="shadow-2xl rounded p-2 mt-2">
|
||||||
<h3>Family Tree </h3>
|
<h3>Family Tree </h3>
|
||||||
<div>
|
<div>
|
||||||
|
<label>link from partner and Father and Mother Id</label>
|
||||||
<div >
|
<div >
|
||||||
<p-organization-chart [value]="familyTree()" selectionMode="multiple" [(selection)]="selectedNodes" [collapsible]="true">
|
<p-organization-chart [value]="familyTree()" selectionMode="multiple" [(selection)]="selectedNodes" [collapsible]="true">
|
||||||
<ng-template let-node pTemplate="default">
|
<ng-template let-node pTemplate="default">
|
||||||
|
|||||||
Reference in New Issue
Block a user