Skip to content

Commit 868bd21

Browse files
Merge pull request #5 from docusign/be-scenario1
added full backend endpoints
2 parents 39460b9 + 0afdc18 commit 868bd21

34 files changed

Lines changed: 393 additions & 502 deletions

DocuSign.Workspaces/DocuSign.Workspaces.sln.DotSettings.user

Lines changed: 26 additions & 1 deletion
Large diffs are not rendered by default.

DocuSign.Workspaces/DocuSign.Workspaces/Controllers/Admin/AdminController.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
using DocumentFormat.OpenXml.EMMA;
2-
using DocuSign.eSign.Model;
1+
using DocuSign.eSign.Model;
32
using DocuSign.Workspaces.Controllers.Common.Models;
43
using DocuSign.Workspaces.Domain.Admin.Models;
54
using DocuSign.Workspaces.Domain.Admin.Services.Interfaces;
65
using Microsoft.AspNetCore.Authentication;
76
using Microsoft.AspNetCore.Authentication.Cookies;
87
using Microsoft.AspNetCore.Authorization;
9-
using Microsoft.AspNetCore.Http;
108
using Microsoft.AspNetCore.Mvc;
119
using System.Collections.Generic;
1210
using System.Linq;

DocuSign.Workspaces/DocuSign.Workspaces/Controllers/CustomQuote/CustomQuoteController.cs

Lines changed: 0 additions & 63 deletions
This file was deleted.

DocuSign.Workspaces/DocuSign.Workspaces/Controllers/CustomQuote/Models/RequestCustomQuoteEnvelopeModel.cs

Lines changed: 0 additions & 10 deletions
This file was deleted.

DocuSign.Workspaces/DocuSign.Workspaces/Controllers/CustomerProfile/CustomerProfileController.cs

Lines changed: 0 additions & 123 deletions
This file was deleted.

DocuSign.Workspaces/DocuSign.Workspaces/Controllers/CustomerProfile/Models/CustomerProfileModel.cs

Lines changed: 0 additions & 10 deletions
This file was deleted.

DocuSign.Workspaces/DocuSign.Workspaces/Controllers/CustomerProfile/Models/ProfileAuthenticationModel.cs

Lines changed: 0 additions & 8 deletions
This file was deleted.

DocuSign.Workspaces/DocuSign.Workspaces/Controllers/CustomerProfile/Models/RequestUpdateProfileEnvelopeModel.cs

Lines changed: 0 additions & 7 deletions
This file was deleted.

DocuSign.Workspaces/DocuSign.Workspaces/Controllers/EmploymentContract/EmploymentContractController.cs

Lines changed: 0 additions & 67 deletions
This file was deleted.

DocuSign.Workspaces/DocuSign.Workspaces/Controllers/EmploymentContract/Models/RequestEmploymentContractEnvelopeModel.cs

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)