Browse Source

code table

master
shakun 5 months ago
parent
commit
34aef889a0
  1. 5
      DB/Functions/FNAGetSendComm.sql
  2. 5
      DB/SP's/PROC_REMIT_INBOUND_ERROR_LOGS.sql
  3. 5
      DB/SP's/PROC_REMIT_INBOUND_EXRATE.sql
  4. 8
      DB/SP's/PROC_REMIT_INBOUND_LOGIN.sql
  5. 5
      DB/SP's/PROC_REMIT_INBOUND_LOGS.sql
  6. 5
      DB/SP's/PROC_REMIT_INBOUND_TRANSACTION_SEND.sql
  7. 5
      DB/SP's/PROC_REMIT_INBOUND_TRANSACTION_STATUS.sql
  8. 6
      DB/SP's/PROC_REMIT_INBOUND_TRANSACTION_VALIDATE.sql
  9. 5
      DB/SP's/SW_PROC_ERROR_HANDLER.sql
  10. 10
      DB/Tables/Log_Session_Tables.sql
  11. 2
      DB/Tables/TBL_INBOUND_TRANSACTION_VERIFY.sql
  12. BIN
      Debug/Newtonsoft.Json.dll
  13. 11363
      Debug/Newtonsoft.Json.xml
  14. BIN
      Debug/TestAppRemitInbound.exe
  15. 6
      Debug/TestAppRemitInbound.exe.config
  16. BIN
      Debug/TestAppRemitInbound.pdb
  17. BIN
      RemitInboundAPI/.vs/ProjectEvaluation/remitinboundapi.metadata.v7.bin
  18. BIN
      RemitInboundAPI/.vs/ProjectEvaluation/remitinboundapi.projects.v7.bin
  19. BIN
      RemitInboundAPI/.vs/RemitInboundAPI/DesignTimeBuild/.dtbcache.v2
  20. BIN
      RemitInboundAPI/.vs/RemitInboundAPI/FileContentIndex/05ee04aa-601f-4f81-8fe9-df2aedec18f9.vsidx
  21. BIN
      RemitInboundAPI/.vs/RemitInboundAPI/FileContentIndex/25c338fb-f3b0-46ff-8946-f1e0098a1877.vsidx
  22. BIN
      RemitInboundAPI/.vs/RemitInboundAPI/FileContentIndex/2a5f9589-8363-4f9e-8df0-3c9da121349e.vsidx
  23. BIN
      RemitInboundAPI/.vs/RemitInboundAPI/FileContentIndex/51584667-fac6-4cab-b2bb-5c2a0aa70770.vsidx
  24. BIN
      RemitInboundAPI/.vs/RemitInboundAPI/FileContentIndex/79db58a2-c37b-4e67-b35c-9a0d81d87e79.vsidx
  25. BIN
      RemitInboundAPI/.vs/RemitInboundAPI/FileContentIndex/80f644f0-8804-48dd-a413-a733928f4684.vsidx
  26. BIN
      RemitInboundAPI/.vs/RemitInboundAPI/FileContentIndex/d4b1c652-87b9-4797-81f6-dc33fd53a7ef.vsidx
  27. BIN
      RemitInboundAPI/.vs/RemitInboundAPI/FileContentIndex/e7db46a3-a823-4c72-8a88-3433a93caa30.vsidx
  28. BIN
      RemitInboundAPI/.vs/RemitInboundAPI/FileContentIndex/fbf6bb00-22e2-4b59-80da-753964515444.vsidx
  29. BIN
      RemitInboundAPI/.vs/RemitInboundAPI/FileContentIndex/fdab9600-0f48-4f69-ba75-db8c02367234.vsidx
  30. BIN
      RemitInboundAPI/.vs/RemitInboundAPI/v16/.suo
  31. BIN
      RemitInboundAPI/.vs/RemitInboundAPI/v17/.futdcache.v2
  32. BIN
      RemitInboundAPI/.vs/RemitInboundAPI/v17/.suo
  33. 456
      RemitInboundAPI/.vs/RemitInboundAPI/v17/DocumentLayout.json
  34. 2
      RemitInboundAPI/RemitInboundAPI.Business/Business/RemitBusiness/IRemitBusiness.cs
  35. 55
      RemitInboundAPI/RemitInboundAPI.Business/Business/RemitBusiness/RemitBusiness.cs
  36. 29
      RemitInboundAPI/RemitInboundAPI.Business/Helper/ValidationHelper/BankValidationHelper.cs
  37. 30
      RemitInboundAPI/RemitInboundAPI.Business/Helper/ValidationHelper/StaticValueValidationHelper.cs
  38. BIN
      RemitInboundAPI/RemitInboundAPI.Business/bin/Debug/net8.0/RemitInboundAPI.Business.dll
  39. BIN
      RemitInboundAPI/RemitInboundAPI.Business/bin/Debug/net8.0/RemitInboundAPI.Business.pdb
  40. BIN
      RemitInboundAPI/RemitInboundAPI.Business/bin/Debug/net8.0/RemitInboundAPI.Common.dll
  41. BIN
      RemitInboundAPI/RemitInboundAPI.Business/bin/Debug/net8.0/RemitInboundAPI.Common.pdb
  42. BIN
      RemitInboundAPI/RemitInboundAPI.Business/bin/Debug/net8.0/RemitInboundAPI.Repository.dll
  43. BIN
      RemitInboundAPI/RemitInboundAPI.Business/bin/Debug/net8.0/RemitInboundAPI.Repository.pdb
  44. 4
      RemitInboundAPI/RemitInboundAPI.Business/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
  45. 23
      RemitInboundAPI/RemitInboundAPI.Business/obj/Debug/net8.0/RemitInboundAPI.Business.AssemblyInfo.cs
  46. 1
      RemitInboundAPI/RemitInboundAPI.Business/obj/Debug/net8.0/RemitInboundAPI.Business.AssemblyInfoInputs.cache
  47. 13
      RemitInboundAPI/RemitInboundAPI.Business/obj/Debug/net8.0/RemitInboundAPI.Business.GeneratedMSBuildEditorConfig.editorconfig
  48. 8
      RemitInboundAPI/RemitInboundAPI.Business/obj/Debug/net8.0/RemitInboundAPI.Business.GlobalUsings.g.cs
  49. BIN
      RemitInboundAPI/RemitInboundAPI.Business/obj/Debug/net8.0/RemitInboundAPI.Business.assets.cache
  50. BIN
      RemitInboundAPI/RemitInboundAPI.Business/obj/Debug/net8.0/RemitInboundAPI.Business.csproj.AssemblyReference.cache
  51. 0
      RemitInboundAPI/RemitInboundAPI.Business/obj/Debug/net8.0/RemitInboundAPI.Business.csproj.CopyComplete
  52. 1
      RemitInboundAPI/RemitInboundAPI.Business/obj/Debug/net8.0/RemitInboundAPI.Business.csproj.CoreCompileInputs.cache
  53. 17
      RemitInboundAPI/RemitInboundAPI.Business/obj/Debug/net8.0/RemitInboundAPI.Business.csproj.FileListAbsolute.txt
  54. BIN
      RemitInboundAPI/RemitInboundAPI.Business/obj/Debug/net8.0/RemitInboundAPI.Business.dll
  55. BIN
      RemitInboundAPI/RemitInboundAPI.Business/obj/Debug/net8.0/RemitInboundAPI.Business.pdb
  56. BIN
      RemitInboundAPI/RemitInboundAPI.Business/obj/Debug/net8.0/ref/RemitInboundAPI.Business.dll
  57. BIN
      RemitInboundAPI/RemitInboundAPI.Business/obj/Debug/net8.0/refint/RemitInboundAPI.Business.dll
  58. 95
      RemitInboundAPI/RemitInboundAPI.Business/obj/RemitInboundAPI.Business.csproj.nuget.dgspec.json
  59. 9
      RemitInboundAPI/RemitInboundAPI.Business/obj/RemitInboundAPI.Business.csproj.nuget.g.props
  60. 38
      RemitInboundAPI/RemitInboundAPI.Business/obj/project.assets.json
  61. 38
      RemitInboundAPI/RemitInboundAPI.Business/obj/project.nuget.cache
  62. 88
      RemitInboundAPI/RemitInboundAPI.Common/Model/RemitModel/ExRateModel.cs
  63. BIN
      RemitInboundAPI/RemitInboundAPI.Common/bin/Debug/net8.0/RemitInboundAPI.Common.dll
  64. BIN
      RemitInboundAPI/RemitInboundAPI.Common/bin/Debug/net8.0/RemitInboundAPI.Common.pdb
  65. 2
      RemitInboundAPI/RemitInboundAPI.Common/obj/Debug/net8.0/RemitInboundAPI.Common.AssemblyInfo.cs
  66. 2
      RemitInboundAPI/RemitInboundAPI.Common/obj/Debug/net8.0/RemitInboundAPI.Common.AssemblyInfoInputs.cache
  67. 2
      RemitInboundAPI/RemitInboundAPI.Common/obj/Debug/net8.0/RemitInboundAPI.Common.GeneratedMSBuildEditorConfig.editorconfig
  68. BIN
      RemitInboundAPI/RemitInboundAPI.Common/obj/Debug/net8.0/RemitInboundAPI.Common.assets.cache
  69. BIN
      RemitInboundAPI/RemitInboundAPI.Common/obj/Debug/net8.0/RemitInboundAPI.Common.csproj.AssemblyReference.cache
  70. 2
      RemitInboundAPI/RemitInboundAPI.Common/obj/Debug/net8.0/RemitInboundAPI.Common.csproj.CoreCompileInputs.cache
  71. 12
      RemitInboundAPI/RemitInboundAPI.Common/obj/Debug/net8.0/RemitInboundAPI.Common.csproj.FileListAbsolute.txt
  72. BIN
      RemitInboundAPI/RemitInboundAPI.Common/obj/Debug/net8.0/RemitInboundAPI.Common.dll
  73. BIN
      RemitInboundAPI/RemitInboundAPI.Common/obj/Debug/net8.0/RemitInboundAPI.Common.pdb
  74. BIN
      RemitInboundAPI/RemitInboundAPI.Common/obj/Debug/net8.0/ref/RemitInboundAPI.Common.dll
  75. BIN
      RemitInboundAPI/RemitInboundAPI.Common/obj/Debug/net8.0/refint/RemitInboundAPI.Common.dll
  76. 29
      RemitInboundAPI/RemitInboundAPI.Common/obj/RemitInboundAPI.Common.csproj.nuget.dgspec.json
  77. 9
      RemitInboundAPI/RemitInboundAPI.Common/obj/RemitInboundAPI.Common.csproj.nuget.g.props
  78. 30
      RemitInboundAPI/RemitInboundAPI.Common/obj/project.assets.json
  79. 14
      RemitInboundAPI/RemitInboundAPI.Common/obj/project.nuget.cache
  80. 24
      RemitInboundAPI/RemitInboundAPI.Repository/Enums.cs
  81. 2
      RemitInboundAPI/RemitInboundAPI.Repository/Repository/RemitRepository/IRemitRepository.cs
  82. 158
      RemitInboundAPI/RemitInboundAPI.Repository/Repository/RemitRepository/RemitRepository.cs
  83. BIN
      RemitInboundAPI/RemitInboundAPI.Repository/bin/Debug/net8.0/RemitInboundAPI.Common.dll
  84. BIN
      RemitInboundAPI/RemitInboundAPI.Repository/bin/Debug/net8.0/RemitInboundAPI.Common.pdb
  85. BIN
      RemitInboundAPI/RemitInboundAPI.Repository/bin/Debug/net8.0/RemitInboundAPI.Repository.dll
  86. BIN
      RemitInboundAPI/RemitInboundAPI.Repository/bin/Debug/net8.0/RemitInboundAPI.Repository.pdb
  87. 0
      RemitInboundAPI/RemitInboundAPI.Repository/obj/Debug/net8.0/RemitInb.197BAE64.Up2Date
  88. 2
      RemitInboundAPI/RemitInboundAPI.Repository/obj/Debug/net8.0/RemitInboundAPI.Repository.AssemblyInfo.cs
  89. 2
      RemitInboundAPI/RemitInboundAPI.Repository/obj/Debug/net8.0/RemitInboundAPI.Repository.AssemblyInfoInputs.cache
  90. 2
      RemitInboundAPI/RemitInboundAPI.Repository/obj/Debug/net8.0/RemitInboundAPI.Repository.GeneratedMSBuildEditorConfig.editorconfig
  91. BIN
      RemitInboundAPI/RemitInboundAPI.Repository/obj/Debug/net8.0/RemitInboundAPI.Repository.assets.cache
  92. BIN
      RemitInboundAPI/RemitInboundAPI.Repository/obj/Debug/net8.0/RemitInboundAPI.Repository.csproj.AssemblyReference.cache
  93. 0
      RemitInboundAPI/RemitInboundAPI.Repository/obj/Debug/net8.0/RemitInboundAPI.Repository.csproj.CopyComplete
  94. 2
      RemitInboundAPI/RemitInboundAPI.Repository/obj/Debug/net8.0/RemitInboundAPI.Repository.csproj.CoreCompileInputs.cache
  95. 15
      RemitInboundAPI/RemitInboundAPI.Repository/obj/Debug/net8.0/RemitInboundAPI.Repository.csproj.FileListAbsolute.txt
  96. BIN
      RemitInboundAPI/RemitInboundAPI.Repository/obj/Debug/net8.0/RemitInboundAPI.Repository.dll
  97. BIN
      RemitInboundAPI/RemitInboundAPI.Repository/obj/Debug/net8.0/RemitInboundAPI.Repository.pdb
  98. BIN
      RemitInboundAPI/RemitInboundAPI.Repository/obj/Debug/net8.0/ref/RemitInboundAPI.Repository.dll
  99. BIN
      RemitInboundAPI/RemitInboundAPI.Repository/obj/Debug/net8.0/refint/RemitInboundAPI.Repository.dll
  100. 60
      RemitInboundAPI/RemitInboundAPI.Repository/obj/RemitInboundAPI.Repository.csproj.nuget.dgspec.json

5
DB/Functions/FNAGetSendComm.sql

@ -1,4 +1,4 @@
use FastMoneyPro_Remit;
ALTER FUNCTION [dbo].[FNAGetSendComm](
@sCountry INT, @ssAgent INT, @sAgent INT, @sBranch INT
,@rCountry INT, @rsAgent INT, @rAgent INT, @rBranch INT
@ -243,6 +243,7 @@ NULL AND (rBranch = @rBranch OR rAgent = @rAgent OR rCountry = @rCountry) AND ba
--3. Receiving Super Agent
IF @masterId IS NULL
SELECT @masterId = scSendMasterId FROM scSendMaster sm WITH(NOLOCK) INNER JOIN @commissionRule cr ON sm.scSendMasterId = cr.ruleId WHERE ISNULL(isEnable, 'N') = 'Y' AND ISNULL(isActive, 'N') = 'Y' AND ISNULL(isDeleted, 'N') = 'N' AND (sAgent = @sAgent AND sBranch IS NULL AND agentGroup = @sGroup) AND rsAgent = @rsAgent AND rAgent IS NULL AND rBranch IS NULL AND baseCurrency = @collCurr AND tranType = @serviceType AND @date BETWEEN ISNULL(effectiveFrom, '1900-01-01') AND ISNULL(effectiveTo, '2100-12-31')
@ -331,6 +332,7 @@ NULL AND (rBranch = @rBranch OR rAgent = @rAgent OR rCountry = @rCountry) AND ba
IF @masterId IS NULL
SELECT @masterId = scSendMasterId FROM scSendMaster sm WITH(NOLOCK) INNER JOIN @commissionRule cr ON sm.scSendMasterId = cr.ruleId WHERE ISNULL(isEnable, 'N') = 'Y' AND ISNULL(isActive, 'N') = 'Y' AND ISNULL(isDeleted, 'N') = 'N' AND (ssAgent = @ssAgent AND sAgent IS NULL AND sBranch IS NULL) AND (rAgent = @rAgent AND rBranch IS NULL AND rAgentGroup IS NULL) AND baseCurrency = @collCurr AND tranType IS NULL AND @date BETWEEN ISNULL(effectiveFrom, '1900-01-01') AND ISNULL(effectiveTo, '2100-12-31')
@ -340,6 +342,7 @@ NULL AND (rBranch = @rBranch OR rAgent = @rAgent OR rCountry = @rCountry) AND ba
IF @masterId IS NULL
SELECT @masterId = scSendMasterId FROM scSendMaster sm WITH(NOLOCK) INNER JOIN @commissionRule cr ON sm.scSendMasterId = cr.ruleId WHERE ISNULL(isEnable, 'N') = 'Y' AND ISNULL(isActive, 'N') = 'Y' AND ISNULL(isDeleted, 'N') = 'N' AND (ssAgent = @ssAgent AND sAgent IS NULL AND sBranch IS NULL) AND rsAgent = @rsAgent AND rAgent IS NULL AND rBranch IS NULL AND baseCurrency = @collCurr AND tranType IS NULL AND @date BETWEEN ISNULL(effectiveFrom, '1900-01-01') AND ISNULL(effectiveTo, '2100-12-31')

5
DB/SP's/PROC_REMIT_INBOUND_ERROR_LOGS.sql

@ -1,6 +1,9 @@
GO
use FastMoneyPro_Remit;
GO
ALTER PROC PROC_REMIT_INBOUND_LOGS
CREATE OR ALTER PROC PROC_REMIT_INBOUND_LOGS
(
@Flag VARCHAR(20)
, @SessionId VARCHAR(40) = NULL

5
DB/SP's/PROC_REMIT_INBOUND_EXRATE.sql

@ -1,6 +1,9 @@
GO
use FastMoneyPro_Remit;
ALTER PROC PROC_REMIT_INBOUND_EXRATE
GO
CREATE OR ALTER PROC PROC_REMIT_INBOUND_EXRATE
(
@Flag VARCHAR(20)
, @SendingCountryCode VARCHAR(10) = NULL

8
DB/SP's/PROC_REMIT_INBOUND_LOGIN.sql

@ -1,6 +1,10 @@
ALTER PROC PROC_REMIT_INBOUND_LOGIN
GO
use FastMoneyPro_Remit;
GO
CREATE OR ALTER PROC PROC_REMIT_INBOUND_LOGIN
(
@Flag VARCHAR(20)
, @UserName VARCHAR(80) = NULL
@ -131,7 +135,7 @@ BEGIN TRY
END
ELSE IF @Flag = 'APPID'
BEGIN
DECLARE @AppId VARCHAR(40), @SecretKey VARCHAR(40)
DECLARE @AppId VARCHAR(50), @SecretKey VARCHAR(50)
SELECT @AppId = AppId, @SecretKey = APISecretKey
FROM TBL_API_SECRET_KEY AK(NOLOCK)
INNER JOIN applicationUsers AU(NOLOCK) ON AU.userId = AK.UserId

5
DB/SP's/PROC_REMIT_INBOUND_LOGS.sql

@ -1,6 +1,9 @@
GO
use FastMoneyPro_Remit;
ALTER PROC PROC_REMIT_INBOUND_LOGS
GO
CREATE OR ALTER PROC PROC_REMIT_INBOUND_LOGS
(
@Flag VARCHAR(20)
, @SessionIdentifier VARCHAR(40) = NULL

5
DB/SP's/PROC_REMIT_INBOUND_TRANSACTION_SEND.sql

@ -1,6 +1,9 @@
GO
use FastMoneyPro_Remit;
ALTER PROC PROC_REMIT_INBOUND_TRANSACTION_SEND
GO
CREATE OR ALTER PROC PROC_REMIT_INBOUND_TRANSACTION_SEND
(
@Flag VARCHAR(20)
, @UserName VARCHAR(80) = NULL

5
DB/SP's/PROC_REMIT_INBOUND_TRANSACTION_STATUS.sql

@ -1,6 +1,9 @@
GO
use FastMoneyPro_Remit;
ALTER PROC PROC_REMIT_INBOUND_TRANSACTION_STATUS
GO
CREATE OR ALTER PROC PROC_REMIT_INBOUND_TRANSACTION_STATUS
(
@Flag VARCHAR(20)
, @UserName VARCHAR(80) = NULL

6
DB/SP's/PROC_REMIT_INBOUND_TRANSACTION_VALIDATE.sql

@ -1,6 +1,10 @@
ALTER PROC PROC_REMIT_INBOUND_TRANSACTION_VALIDATE
GO
use FastMoneyPro_Remit;
GO
CREATE OR ALTER PROC PROC_REMIT_INBOUND_TRANSACTION_VALIDATE
(
@Flag VARCHAR(20)
, @UserName VARCHAR(80) = NULL

5
DB/SP's/SW_PROC_ERROR_HANDLER.sql

@ -1,5 +1,8 @@
GO
use FastMoneyPro_Remit;
ALTER PROC SW_PROC_ERROR_HANDLER
GO
CREATE OR ALTER PROC SW_PROC_ERROR_HANDLER
(
@ErrorCode INT
,@ErrorMessage VARCHAR(500)

10
DB/Tables/Log_Session_Tables.sql

@ -1,3 +1,4 @@
USE FastMoneyPro_Remit;
--SessionId created from one IP do not accept from another IP
--Check for duplicate partner sessionId(User wise unique)
@ -29,17 +30,22 @@ CREATE TABLE TBL_USER_SESSION
);
select dbo.decryptDb(pwd),* from applicationUsers
select dbo.decryptDb(pwd),* from applicationUsers where userid='52903'
SELECT GETDATE()
SELECT * FROM TBL_REMIT_INBOUND_LOG
SELECT * FROM TBL_USER_SESSION
select * from logdb.dbo.TBL_REMIT_INBOUND_LOG where processidentifier='880dd244-1709-46a0-8499-6d6631d88bed'
select * from logdb.dbo.TBL_REMIT_INBOUND_APPLICATION_LOG order by id desc
EXEC PROC_REMIT_INBOUND_LOGIN @Flag = 'APPID', @UserName = 'sandip01'
update applicationUsers set isLocked=0 , lastLoginTs=GETDATE() where userid='52903'
select * FROM TBL_API_SECRET_KEY
EXEC PROC_REMIT_INBOUND_LOGS @Flag = 'U-LOG' @ResponseCode= '101', @ResponseMessage = 'Password can not be empty.', @RowId = '4'

2
DB/Tables/TBL_INBOUND_TRANSACTION_VERIFY.sql

@ -1,4 +1,4 @@
use FastMoneyPro_Remit;
CREATE TABLE TBL_INBOUND_TRANSACTION_VERIFY
(

BIN
Debug/Newtonsoft.Json.dll

11363
Debug/Newtonsoft.Json.xml
File diff suppressed because it is too large
View File

BIN
Debug/TestAppRemitInbound.exe

6
Debug/TestAppRemitInbound.exe.config

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
</configuration>

BIN
Debug/TestAppRemitInbound.pdb

BIN
RemitInboundAPI/.vs/ProjectEvaluation/remitinboundapi.metadata.v7.bin

BIN
RemitInboundAPI/.vs/ProjectEvaluation/remitinboundapi.projects.v7.bin

BIN
RemitInboundAPI/.vs/RemitInboundAPI/DesignTimeBuild/.dtbcache.v2

BIN
RemitInboundAPI/.vs/RemitInboundAPI/FileContentIndex/05ee04aa-601f-4f81-8fe9-df2aedec18f9.vsidx

BIN
RemitInboundAPI/.vs/RemitInboundAPI/FileContentIndex/25c338fb-f3b0-46ff-8946-f1e0098a1877.vsidx

BIN
RemitInboundAPI/.vs/RemitInboundAPI/FileContentIndex/2a5f9589-8363-4f9e-8df0-3c9da121349e.vsidx

BIN
RemitInboundAPI/.vs/RemitInboundAPI/FileContentIndex/51584667-fac6-4cab-b2bb-5c2a0aa70770.vsidx

BIN
RemitInboundAPI/.vs/RemitInboundAPI/FileContentIndex/79db58a2-c37b-4e67-b35c-9a0d81d87e79.vsidx

BIN
RemitInboundAPI/.vs/RemitInboundAPI/FileContentIndex/80f644f0-8804-48dd-a413-a733928f4684.vsidx

BIN
RemitInboundAPI/.vs/RemitInboundAPI/FileContentIndex/d4b1c652-87b9-4797-81f6-dc33fd53a7ef.vsidx

BIN
RemitInboundAPI/.vs/RemitInboundAPI/FileContentIndex/e7db46a3-a823-4c72-8a88-3433a93caa30.vsidx

BIN
RemitInboundAPI/.vs/RemitInboundAPI/FileContentIndex/fbf6bb00-22e2-4b59-80da-753964515444.vsidx

BIN
RemitInboundAPI/.vs/RemitInboundAPI/FileContentIndex/fdab9600-0f48-4f69-ba75-db8c02367234.vsidx

BIN
RemitInboundAPI/.vs/RemitInboundAPI/v16/.suo

BIN
RemitInboundAPI/.vs/RemitInboundAPI/v17/.futdcache.v2

BIN
RemitInboundAPI/.vs/RemitInboundAPI/v17/.suo

456
RemitInboundAPI/.vs/RemitInboundAPI/v17/DocumentLayout.json

@ -0,0 +1,456 @@
{
"Version": 1,
"WorkspaceRootPath": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\",
"Documents": [
{
"AbsoluteMoniker": "D:0:0:{04097557-F8E7-49AA-B13D-D88B54D50579}|RemitInboundAPI\\RemitInboundAPI.csproj|d:\\office\\sourcecodes\\git-repo\\ime_london\\repos\\inbound_send_api\\remitinboundapi\\remitinboundapi\\controllers\\remitcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{04097557-F8E7-49AA-B13D-D88B54D50579}|RemitInboundAPI\\RemitInboundAPI.csproj|solutionrelative:remitinboundapi\\controllers\\remitcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
},
{
"AbsoluteMoniker": "D:0:0:{04097557-F8E7-49AA-B13D-D88B54D50579}|RemitInboundAPI\\RemitInboundAPI.csproj|d:\\office\\sourcecodes\\git-repo\\ime_london\\repos\\inbound_send_api\\remitinboundapi\\remitinboundapi\\controllers\\applicationcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{04097557-F8E7-49AA-B13D-D88B54D50579}|RemitInboundAPI\\RemitInboundAPI.csproj|solutionrelative:remitinboundapi\\controllers\\applicationcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
},
{
"AbsoluteMoniker": "D:0:0:{BB552908-0180-4E79-B07A-85E047291208}|RemitInboundAPI.Repository\\RemitInboundAPI.Repository.csproj|d:\\office\\sourcecodes\\git-repo\\ime_london\\repos\\inbound_send_api\\remitinboundapi\\remitinboundapi.repository\\repository\\remitrepository\\remitrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{BB552908-0180-4E79-B07A-85E047291208}|RemitInboundAPI.Repository\\RemitInboundAPI.Repository.csproj|solutionrelative:remitinboundapi.repository\\repository\\remitrepository\\remitrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
},
{
"AbsoluteMoniker": "D:0:0:{653C029C-F079-46D8-BB1A-DA82BFDB494F}|RemitInboundAPI.Business\\RemitInboundAPI.Business.csproj|d:\\office\\sourcecodes\\git-repo\\ime_london\\repos\\inbound_send_api\\remitinboundapi\\remitinboundapi.business\\business\\remitbusiness\\remitbusiness.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{653C029C-F079-46D8-BB1A-DA82BFDB494F}|RemitInboundAPI.Business\\RemitInboundAPI.Business.csproj|solutionrelative:remitinboundapi.business\\business\\remitbusiness\\remitbusiness.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
},
{
"AbsoluteMoniker": "D:0:0:{04097557-F8E7-49AA-B13D-D88B54D50579}|RemitInboundAPI\\RemitInboundAPI.csproj|d:\\office\\sourcecodes\\git-repo\\ime_london\\repos\\inbound_send_api\\remitinboundapi\\remitinboundapi\\authorization\\authorizationattribute.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{04097557-F8E7-49AA-B13D-D88B54D50579}|RemitInboundAPI\\RemitInboundAPI.csproj|solutionrelative:remitinboundapi\\authorization\\authorizationattribute.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
},
{
"AbsoluteMoniker": "D:0:0:{04097557-F8E7-49AA-B13D-D88B54D50579}|RemitInboundAPI\\RemitInboundAPI.csproj|d:\\office\\sourcecodes\\git-repo\\ime_london\\repos\\inbound_send_api\\remitinboundapi\\remitinboundapi\\appsettings.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}",
"RelativeMoniker": "D:0:0:{04097557-F8E7-49AA-B13D-D88B54D50579}|RemitInboundAPI\\RemitInboundAPI.csproj|solutionrelative:remitinboundapi\\appsettings.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}"
},
{
"AbsoluteMoniker": "D:0:0:{BB552908-0180-4E79-B07A-85E047291208}|RemitInboundAPI.Repository\\RemitInboundAPI.Repository.csproj|d:\\office\\sourcecodes\\git-repo\\ime_london\\repos\\inbound_send_api\\remitinboundapi\\remitinboundapi.repository\\dbhelper\\connectionhelper.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{BB552908-0180-4E79-B07A-85E047291208}|RemitInboundAPI.Repository\\RemitInboundAPI.Repository.csproj|solutionrelative:remitinboundapi.repository\\dbhelper\\connectionhelper.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
},
{
"AbsoluteMoniker": "D:0:0:{04097557-F8E7-49AA-B13D-D88B54D50579}|RemitInboundAPI\\RemitInboundAPI.csproj|d:\\office\\sourcecodes\\git-repo\\ime_london\\repos\\inbound_send_api\\remitinboundapi\\remitinboundapi\\authorization\\authorizationhelper.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{04097557-F8E7-49AA-B13D-D88B54D50579}|RemitInboundAPI\\RemitInboundAPI.csproj|solutionrelative:remitinboundapi\\authorization\\authorizationhelper.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
},
{
"AbsoluteMoniker": "D:0:0:{653C029C-F079-46D8-BB1A-DA82BFDB494F}|RemitInboundAPI.Business\\RemitInboundAPI.Business.csproj|d:\\office\\sourcecodes\\git-repo\\ime_london\\repos\\inbound_send_api\\remitinboundapi\\remitinboundapi.business\\business\\applicationbusiness\\applicationbusiness.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{653C029C-F079-46D8-BB1A-DA82BFDB494F}|RemitInboundAPI.Business\\RemitInboundAPI.Business.csproj|solutionrelative:remitinboundapi.business\\business\\applicationbusiness\\applicationbusiness.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
},
{
"AbsoluteMoniker": "D:0:0:{BB552908-0180-4E79-B07A-85E047291208}|RemitInboundAPI.Repository\\RemitInboundAPI.Repository.csproj|d:\\office\\sourcecodes\\git-repo\\ime_london\\repos\\inbound_send_api\\remitinboundapi\\remitinboundapi.repository\\repository\\applicationrepository\\applicationrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{BB552908-0180-4E79-B07A-85E047291208}|RemitInboundAPI.Repository\\RemitInboundAPI.Repository.csproj|solutionrelative:remitinboundapi.repository\\repository\\applicationrepository\\applicationrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
},
{
"AbsoluteMoniker": "D:0:0:{BB552908-0180-4E79-B07A-85E047291208}|RemitInboundAPI.Repository\\RemitInboundAPI.Repository.csproj|d:\\office\\sourcecodes\\git-repo\\ime_london\\repos\\inbound_send_api\\remitinboundapi\\remitinboundapi.repository\\repository\\remitrepository\\iremitrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{BB552908-0180-4E79-B07A-85E047291208}|RemitInboundAPI.Repository\\RemitInboundAPI.Repository.csproj|solutionrelative:remitinboundapi.repository\\repository\\remitrepository\\iremitrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
},
{
"AbsoluteMoniker": "D:0:0:{BB552908-0180-4E79-B07A-85E047291208}|RemitInboundAPI.Repository\\RemitInboundAPI.Repository.csproj|d:\\office\\sourcecodes\\git-repo\\ime_london\\repos\\inbound_send_api\\remitinboundapi\\remitinboundapi.repository\\repository\\applicationrepository\\iapplicationrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{BB552908-0180-4E79-B07A-85E047291208}|RemitInboundAPI.Repository\\RemitInboundAPI.Repository.csproj|solutionrelative:remitinboundapi.repository\\repository\\applicationrepository\\iapplicationrepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
},
{
"AbsoluteMoniker": "D:0:0:{04097557-F8E7-49AA-B13D-D88B54D50579}|RemitInboundAPI\\RemitInboundAPI.csproj|d:\\office\\sourcecodes\\git-repo\\ime_london\\repos\\inbound_send_api\\remitinboundapi\\remitinboundapi\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{04097557-F8E7-49AA-B13D-D88B54D50579}|RemitInboundAPI\\RemitInboundAPI.csproj|solutionrelative:remitinboundapi\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
},
{
"AbsoluteMoniker": "D:0:0:{91BCB701-97BE-44A5-87CB-D5BB0AA0E06F}|RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj|d:\\office\\sourcecodes\\git-repo\\ime_london\\repos\\inbound_send_api\\remitinboundapi\\remitinboundapi.common\\model\\commonresponse.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{91BCB701-97BE-44A5-87CB-D5BB0AA0E06F}|RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj|solutionrelative:remitinboundapi.common\\model\\commonresponse.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
},
{
"AbsoluteMoniker": "D:0:0:{653C029C-F079-46D8-BB1A-DA82BFDB494F}|RemitInboundAPI.Business\\RemitInboundAPI.Business.csproj|d:\\office\\sourcecodes\\git-repo\\ime_london\\repos\\inbound_send_api\\remitinboundapi\\remitinboundapi.business\\business\\applicationbusiness\\iapplicationbusiness.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{653C029C-F079-46D8-BB1A-DA82BFDB494F}|RemitInboundAPI.Business\\RemitInboundAPI.Business.csproj|solutionrelative:remitinboundapi.business\\business\\applicationbusiness\\iapplicationbusiness.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
},
{
"AbsoluteMoniker": "D:0:0:{653C029C-F079-46D8-BB1A-DA82BFDB494F}|RemitInboundAPI.Business\\RemitInboundAPI.Business.csproj|d:\\office\\sourcecodes\\git-repo\\ime_london\\repos\\inbound_send_api\\remitinboundapi\\remitinboundapi.business\\helper\\validationhelper\\exratevalidationhelper.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{653C029C-F079-46D8-BB1A-DA82BFDB494F}|RemitInboundAPI.Business\\RemitInboundAPI.Business.csproj|solutionrelative:remitinboundapi.business\\helper\\validationhelper\\exratevalidationhelper.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
},
{
"AbsoluteMoniker": "D:0:0:{653C029C-F079-46D8-BB1A-DA82BFDB494F}|RemitInboundAPI.Business\\RemitInboundAPI.Business.csproj|d:\\office\\sourcecodes\\git-repo\\ime_london\\repos\\inbound_send_api\\remitinboundapi\\remitinboundapi.business\\helper\\validationhelper\\remittancestatusvalidationhelper.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{653C029C-F079-46D8-BB1A-DA82BFDB494F}|RemitInboundAPI.Business\\RemitInboundAPI.Business.csproj|solutionrelative:remitinboundapi.business\\helper\\validationhelper\\remittancestatusvalidationhelper.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
},
{
"AbsoluteMoniker": "D:0:0:{653C029C-F079-46D8-BB1A-DA82BFDB494F}|RemitInboundAPI.Business\\RemitInboundAPI.Business.csproj|d:\\office\\sourcecodes\\git-repo\\ime_london\\repos\\inbound_send_api\\remitinboundapi\\remitinboundapi.business\\helper\\validationhelper\\sendtransactionvalidationhelper.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{653C029C-F079-46D8-BB1A-DA82BFDB494F}|RemitInboundAPI.Business\\RemitInboundAPI.Business.csproj|solutionrelative:remitinboundapi.business\\helper\\validationhelper\\sendtransactionvalidationhelper.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
},
{
"AbsoluteMoniker": "D:0:0:{653C029C-F079-46D8-BB1A-DA82BFDB494F}|RemitInboundAPI.Business\\RemitInboundAPI.Business.csproj|d:\\office\\sourcecodes\\git-repo\\ime_london\\repos\\inbound_send_api\\remitinboundapi\\remitinboundapi.business\\business\\remitbusiness\\iremitbusiness.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{653C029C-F079-46D8-BB1A-DA82BFDB494F}|RemitInboundAPI.Business\\RemitInboundAPI.Business.csproj|solutionrelative:remitinboundapi.business\\business\\remitbusiness\\iremitbusiness.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
},
{
"AbsoluteMoniker": "D:0:0:{BB552908-0180-4E79-B07A-85E047291208}|RemitInboundAPI.Repository\\RemitInboundAPI.Repository.csproj|d:\\office\\sourcecodes\\git-repo\\ime_london\\repos\\inbound_send_api\\remitinboundapi\\remitinboundapi.repository\\dbhelper\\iconnectionhelper.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{BB552908-0180-4E79-B07A-85E047291208}|RemitInboundAPI.Repository\\RemitInboundAPI.Repository.csproj|solutionrelative:remitinboundapi.repository\\dbhelper\\iconnectionhelper.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
},
{
"AbsoluteMoniker": "D:0:0:{91BCB701-97BE-44A5-87CB-D5BB0AA0E06F}|RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj|d:\\office\\sourcecodes\\git-repo\\ime_london\\repos\\inbound_send_api\\remitinboundapi\\remitinboundapi.common\\model\\remitmodel\\exratemodel.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{91BCB701-97BE-44A5-87CB-D5BB0AA0E06F}|RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj|solutionrelative:remitinboundapi.common\\model\\remitmodel\\exratemodel.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
},
{
"AbsoluteMoniker": "D:0:0:{91BCB701-97BE-44A5-87CB-D5BB0AA0E06F}|RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj|d:\\office\\sourcecodes\\git-repo\\ime_london\\repos\\inbound_send_api\\remitinboundapi\\remitinboundapi.common\\helper\\utilities.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{91BCB701-97BE-44A5-87CB-D5BB0AA0E06F}|RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj|solutionrelative:remitinboundapi.common\\helper\\utilities.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
},
{
"AbsoluteMoniker": "D:0:0:{91BCB701-97BE-44A5-87CB-D5BB0AA0E06F}|RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj|d:\\office\\sourcecodes\\git-repo\\ime_london\\repos\\inbound_send_api\\remitinboundapi\\remitinboundapi.common\\model\\applicationmodel\\authenticatemodel.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{91BCB701-97BE-44A5-87CB-D5BB0AA0E06F}|RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj|solutionrelative:remitinboundapi.common\\model\\applicationmodel\\authenticatemodel.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
},
{
"AbsoluteMoniker": "D:0:0:{91BCB701-97BE-44A5-87CB-D5BB0AA0E06F}|RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj|d:\\office\\sourcecodes\\git-repo\\ime_london\\repos\\inbound_send_api\\remitinboundapi\\remitinboundapi.common\\helper\\hashhelper.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{91BCB701-97BE-44A5-87CB-D5BB0AA0E06F}|RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj|solutionrelative:remitinboundapi.common\\helper\\hashhelper.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
},
{
"AbsoluteMoniker": "D:0:0:{04097557-F8E7-49AA-B13D-D88B54D50579}|RemitInboundAPI\\RemitInboundAPI.csproj|d:\\office\\sourcecodes\\git-repo\\ime_london\\repos\\inbound_send_api\\remitinboundapi\\remitinboundapi\\properties\\launchsettings.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}",
"RelativeMoniker": "D:0:0:{04097557-F8E7-49AA-B13D-D88B54D50579}|RemitInboundAPI\\RemitInboundAPI.csproj|solutionrelative:remitinboundapi\\properties\\launchsettings.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}"
},
{
"AbsoluteMoniker": "D:0:0:{91BCB701-97BE-44A5-87CB-D5BB0AA0E06F}|RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj|d:\\office\\sourcecodes\\git-repo\\ime_london\\repos\\inbound_send_api\\remitinboundapi\\remitinboundapi.common\\helper\\responsehelper.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{91BCB701-97BE-44A5-87CB-D5BB0AA0E06F}|RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj|solutionrelative:remitinboundapi.common\\helper\\responsehelper.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
},
{
"AbsoluteMoniker": "D:0:0:{91BCB701-97BE-44A5-87CB-D5BB0AA0E06F}|RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj|d:\\office\\sourcecodes\\git-repo\\ime_london\\repos\\inbound_send_api\\remitinboundapi\\remitinboundapi.common\\helper\\configurationmanager.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{91BCB701-97BE-44A5-87CB-D5BB0AA0E06F}|RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj|solutionrelative:remitinboundapi.common\\helper\\configurationmanager.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
}
],
"DocumentGroupContainers": [
{
"Orientation": 0,
"VerticalTabListWidth": 256,
"DocumentGroups": [
{
"DockedWidth": 200,
"SelectedChildIndex": 0,
"Children": [
{
"$type": "Document",
"DocumentIndex": 0,
"Title": "RemitController.cs",
"DocumentMoniker": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI\\Controllers\\RemitController.cs",
"RelativeDocumentMoniker": "RemitInboundAPI\\Controllers\\RemitController.cs",
"ToolTip": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI\\Controllers\\RemitController.cs",
"RelativeToolTip": "RemitInboundAPI\\Controllers\\RemitController.cs",
"ViewState": "AQIAAFsAAAAAAAAAAAArwIMAAAABAAAA",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2024-03-12T06:42:27.315Z",
"EditorCaption": ""
},
{
"$type": "Document",
"DocumentIndex": 7,
"Title": "AuthorizationHelper.cs",
"DocumentMoniker": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI\\Authorization\\AuthorizationHelper.cs",
"RelativeDocumentMoniker": "RemitInboundAPI\\Authorization\\AuthorizationHelper.cs",
"ToolTip": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI\\Authorization\\AuthorizationHelper.cs",
"RelativeToolTip": "RemitInboundAPI\\Authorization\\AuthorizationHelper.cs",
"ViewState": "AQIAADYAAAAAAAAAAAASwEEAAABSAAAA",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2024-03-12T06:42:27.318Z",
"EditorCaption": ""
},
{
"$type": "Document",
"DocumentIndex": 5,
"Title": "appsettings.json",
"DocumentMoniker": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI\\appsettings.json",
"RelativeDocumentMoniker": "RemitInboundAPI\\appsettings.json",
"ToolTip": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI\\appsettings.json",
"RelativeToolTip": "RemitInboundAPI\\appsettings.json",
"ViewState": "AQIAAAAAAAAAAAAAAAAAAA4AAAD8AAAA",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|",
"WhenOpened": "2024-03-12T06:42:27.353Z"
},
{
"$type": "Document",
"DocumentIndex": 3,
"Title": "RemitBusiness.cs",
"DocumentMoniker": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Business\\Business\\RemitBusiness\\RemitBusiness.cs",
"RelativeDocumentMoniker": "RemitInboundAPI.Business\\Business\\RemitBusiness\\RemitBusiness.cs",
"ToolTip": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Business\\Business\\RemitBusiness\\RemitBusiness.cs",
"RelativeToolTip": "RemitInboundAPI.Business\\Business\\RemitBusiness\\RemitBusiness.cs",
"ViewState": "AQIAABcAAAAAAAAAAAAMwCUAAAA8AAAA",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2024-03-12T06:42:27.326Z"
},
{
"$type": "Document",
"DocumentIndex": 2,
"Title": "RemitRepository.cs",
"DocumentMoniker": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Repository\\Repository\\RemitRepository\\RemitRepository.cs",
"RelativeDocumentMoniker": "RemitInboundAPI.Repository\\Repository\\RemitRepository\\RemitRepository.cs",
"ToolTip": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Repository\\Repository\\RemitRepository\\RemitRepository.cs",
"RelativeToolTip": "RemitInboundAPI.Repository\\Repository\\RemitRepository\\RemitRepository.cs",
"ViewState": "AQIAABEAAAAAAAAAAAAwwDYAAABMAAAA",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2024-03-12T06:42:27.311Z"
},
{
"$type": "Document",
"DocumentIndex": 12,
"Title": "Program.cs",
"DocumentMoniker": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI\\Program.cs",
"RelativeDocumentMoniker": "RemitInboundAPI\\Program.cs",
"ToolTip": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI\\Program.cs",
"RelativeToolTip": "RemitInboundAPI\\Program.cs",
"ViewState": "AQIAAAAAAAAAAAAAAAAAAAgAAAAAAAAA",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2024-03-12T06:42:27.304Z"
},
{
"$type": "Document",
"DocumentIndex": 8,
"Title": "ApplicationBusiness.cs",
"DocumentMoniker": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Business\\Business\\ApplicationBusiness\\ApplicationBusiness.cs",
"RelativeDocumentMoniker": "RemitInboundAPI.Business\\Business\\ApplicationBusiness\\ApplicationBusiness.cs",
"ToolTip": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Business\\Business\\ApplicationBusiness\\ApplicationBusiness.cs",
"RelativeToolTip": "RemitInboundAPI.Business\\Business\\ApplicationBusiness\\ApplicationBusiness.cs",
"ViewState": "AQIAADQAAAAAAAAAAAASwD4AAAA3AAAA",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2024-03-12T06:42:27.297Z"
},
{
"$type": "Document",
"DocumentIndex": 1,
"Title": "ApplicationController.cs",
"DocumentMoniker": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI\\Controllers\\ApplicationController.cs",
"RelativeDocumentMoniker": "RemitInboundAPI\\Controllers\\ApplicationController.cs",
"ToolTip": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI\\Controllers\\ApplicationController.cs",
"RelativeToolTip": "RemitInboundAPI\\Controllers\\ApplicationController.cs",
"ViewState": "AQIAABEAAAAAAAAAAAAiwCUAAABHAAAA",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2024-03-12T06:42:27.322Z",
"EditorCaption": ""
},
{
"$type": "Document",
"DocumentIndex": 11,
"Title": "IApplicationRepository.cs",
"DocumentMoniker": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Repository\\Repository\\ApplicationRepository\\IApplicationRepository.cs",
"RelativeDocumentMoniker": "RemitInboundAPI.Repository\\Repository\\ApplicationRepository\\IApplicationRepository.cs",
"ToolTip": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Repository\\Repository\\ApplicationRepository\\IApplicationRepository.cs",
"RelativeToolTip": "RemitInboundAPI.Repository\\Repository\\ApplicationRepository\\IApplicationRepository.cs",
"ViewState": "AQIAAAAAAAAAAAAAAAAAAAIAAAAAAAAA",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2024-03-12T06:42:27.234Z"
},
{
"$type": "Document",
"DocumentIndex": 10,
"Title": "IRemitRepository.cs",
"DocumentMoniker": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Repository\\Repository\\RemitRepository\\IRemitRepository.cs",
"RelativeDocumentMoniker": "RemitInboundAPI.Repository\\Repository\\RemitRepository\\IRemitRepository.cs",
"ToolTip": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Repository\\Repository\\RemitRepository\\IRemitRepository.cs",
"RelativeToolTip": "RemitInboundAPI.Repository\\Repository\\RemitRepository\\IRemitRepository.cs",
"ViewState": "AQIAAAAAAAAAAAAAAAAAAAkAAAAtAAAA",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2024-03-12T06:42:27.307Z"
},
{
"$type": "Document",
"DocumentIndex": 9,
"Title": "ApplicationRepository.cs",
"DocumentMoniker": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Repository\\Repository\\ApplicationRepository\\ApplicationRepository.cs",
"RelativeDocumentMoniker": "RemitInboundAPI.Repository\\Repository\\ApplicationRepository\\ApplicationRepository.cs",
"ToolTip": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Repository\\Repository\\ApplicationRepository\\ApplicationRepository.cs",
"RelativeToolTip": "RemitInboundAPI.Repository\\Repository\\ApplicationRepository\\ApplicationRepository.cs",
"ViewState": "AQIAABYAAAAAAAAAAAASwDIAAABNAAAA",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2024-03-12T06:42:27.29Z"
},
{
"$type": "Document",
"DocumentIndex": 4,
"Title": "AuthorizationAttribute.cs",
"DocumentMoniker": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI\\Authorization\\AuthorizationAttribute.cs",
"RelativeDocumentMoniker": "RemitInboundAPI\\Authorization\\AuthorizationAttribute.cs",
"ToolTip": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI\\Authorization\\AuthorizationAttribute.cs",
"RelativeToolTip": "RemitInboundAPI\\Authorization\\AuthorizationAttribute.cs",
"ViewState": "AQIAAH0AAAAAAAAAAAAqwJwAAAAYAAAA",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2024-03-12T06:42:27.371Z",
"EditorCaption": ""
},
{
"$type": "Document",
"DocumentIndex": 6,
"Title": "ConnectionHelper.cs",
"DocumentMoniker": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Repository\\DBHelper\\ConnectionHelper.cs",
"RelativeDocumentMoniker": "RemitInboundAPI.Repository\\DBHelper\\ConnectionHelper.cs",
"ToolTip": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Repository\\DBHelper\\ConnectionHelper.cs",
"RelativeToolTip": "RemitInboundAPI.Repository\\DBHelper\\ConnectionHelper.cs",
"ViewState": "AQIAAAAAAAAAAAAAAAAAAAkAAAAIAAAA",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2024-03-12T06:42:27.341Z"
},
{
"$type": "Document",
"DocumentIndex": 13,
"Title": "CommonResponse.cs",
"DocumentMoniker": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\Model\\CommonResponse.cs",
"RelativeDocumentMoniker": "RemitInboundAPI.Common\\Model\\CommonResponse.cs",
"ToolTip": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\Model\\CommonResponse.cs",
"RelativeToolTip": "RemitInboundAPI.Common\\Model\\CommonResponse.cs",
"ViewState": "AQIAABIAAAAAAAAAAAAAACoAAAA3AAAA",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2024-03-12T06:42:27.301Z"
},
{
"$type": "Document",
"DocumentIndex": 14,
"Title": "IApplicationBusiness.cs",
"DocumentMoniker": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Business\\Business\\ApplicationBusiness\\IApplicationBusiness.cs",
"RelativeDocumentMoniker": "RemitInboundAPI.Business\\Business\\ApplicationBusiness\\IApplicationBusiness.cs",
"ToolTip": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Business\\Business\\ApplicationBusiness\\IApplicationBusiness.cs",
"RelativeToolTip": "RemitInboundAPI.Business\\Business\\ApplicationBusiness\\IApplicationBusiness.cs",
"ViewState": "AQIAAAAAAAAAAAAAAAAAAAgAAAAlAAAA",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2024-03-12T06:42:27.294Z"
},
{
"$type": "Document",
"DocumentIndex": 15,
"Title": "ExRateValidationHelper.cs",
"DocumentMoniker": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Business\\Helper\\ValidationHelper\\ExRateValidationHelper.cs",
"RelativeDocumentMoniker": "RemitInboundAPI.Business\\Helper\\ValidationHelper\\ExRateValidationHelper.cs",
"ToolTip": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Business\\Helper\\ValidationHelper\\ExRateValidationHelper.cs",
"RelativeToolTip": "RemitInboundAPI.Business\\Helper\\ValidationHelper\\ExRateValidationHelper.cs",
"ViewState": "AQIAAAAAAAAAAAAAAAAAAB8AAAA+AAAA",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2024-03-12T06:42:27.329Z"
},
{
"$type": "Document",
"DocumentIndex": 16,
"Title": "RemittanceStatusValidationHelper.cs",
"DocumentMoniker": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Business\\Helper\\ValidationHelper\\RemittanceStatusValidationHelper.cs",
"RelativeDocumentMoniker": "RemitInboundAPI.Business\\Helper\\ValidationHelper\\RemittanceStatusValidationHelper.cs",
"ToolTip": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Business\\Helper\\ValidationHelper\\RemittanceStatusValidationHelper.cs",
"RelativeToolTip": "RemitInboundAPI.Business\\Helper\\ValidationHelper\\RemittanceStatusValidationHelper.cs",
"ViewState": "AQIAAAAAAAAAAAAAAAAAABEAAAArAAAA",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2024-03-12T06:42:27.333Z"
},
{
"$type": "Document",
"DocumentIndex": 17,
"Title": "SendTransactionValidationHelper.cs",
"DocumentMoniker": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Business\\Helper\\ValidationHelper\\SendTransactionValidationHelper.cs",
"RelativeDocumentMoniker": "RemitInboundAPI.Business\\Helper\\ValidationHelper\\SendTransactionValidationHelper.cs",
"ToolTip": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Business\\Helper\\ValidationHelper\\SendTransactionValidationHelper.cs",
"RelativeToolTip": "RemitInboundAPI.Business\\Helper\\ValidationHelper\\SendTransactionValidationHelper.cs",
"ViewState": "AQIAAIcAAAAAAAAAAAAAAJMAAABNAAAA",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2024-03-12T06:42:27.335Z"
},
{
"$type": "Document",
"DocumentIndex": 18,
"Title": "IRemitBusiness.cs",
"DocumentMoniker": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Business\\Business\\RemitBusiness\\IRemitBusiness.cs",
"RelativeDocumentMoniker": "RemitInboundAPI.Business\\Business\\RemitBusiness\\IRemitBusiness.cs",
"ToolTip": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Business\\Business\\RemitBusiness\\IRemitBusiness.cs",
"RelativeToolTip": "RemitInboundAPI.Business\\Business\\RemitBusiness\\IRemitBusiness.cs",
"ViewState": "AQIAAAAAAAAAAAAAAAAAAAkAAAAmAAAA",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2024-03-12T06:42:27.338Z"
},
{
"$type": "Document",
"DocumentIndex": 19,
"Title": "IConnectionHelper.cs",
"DocumentMoniker": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Repository\\DBHelper\\IConnectionHelper.cs",
"RelativeDocumentMoniker": "RemitInboundAPI.Repository\\DBHelper\\IConnectionHelper.cs",
"ToolTip": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Repository\\DBHelper\\IConnectionHelper.cs",
"RelativeToolTip": "RemitInboundAPI.Repository\\DBHelper\\IConnectionHelper.cs",
"ViewState": "AQIAAAAAAAAAAAAAAAAAAA0AAAAkAAAA",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2024-03-12T06:42:27.344Z"
},
{
"$type": "Document",
"DocumentIndex": 20,
"Title": "ExRateModel.cs",
"DocumentMoniker": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\Model\\RemitModel\\ExRateModel.cs",
"RelativeDocumentMoniker": "RemitInboundAPI.Common\\Model\\RemitModel\\ExRateModel.cs",
"ToolTip": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\Model\\RemitModel\\ExRateModel.cs",
"RelativeToolTip": "RemitInboundAPI.Common\\Model\\RemitModel\\ExRateModel.cs",
"ViewState": "AQIAAAMAAAAAAAAAAAAAABAAAAAmAAAA",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2024-03-12T06:42:27.348Z"
},
{
"$type": "Document",
"DocumentIndex": 21,
"Title": "Utilities.cs",
"DocumentMoniker": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\Helper\\Utilities.cs",
"RelativeDocumentMoniker": "RemitInboundAPI.Common\\Helper\\Utilities.cs",
"ToolTip": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\Helper\\Utilities.cs",
"RelativeToolTip": "RemitInboundAPI.Common\\Helper\\Utilities.cs",
"ViewState": "AQIAACMAAAAAAAAAAAAUwDMAAAAdAAAA",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2024-03-12T06:42:27.361Z"
},
{
"$type": "Document",
"DocumentIndex": 22,
"Title": "AuthenticateModel.cs",
"DocumentMoniker": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\Model\\ApplicationModel\\AuthenticateModel.cs",
"RelativeDocumentMoniker": "RemitInboundAPI.Common\\Model\\ApplicationModel\\AuthenticateModel.cs",
"ToolTip": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\Model\\ApplicationModel\\AuthenticateModel.cs",
"RelativeToolTip": "RemitInboundAPI.Common\\Model\\ApplicationModel\\AuthenticateModel.cs",
"ViewState": "AQIAAA4AAAAAAAAAAAAUwDYAAAAFAAAA",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2024-03-12T06:42:27.366Z"
},
{
"$type": "Document",
"DocumentIndex": 23,
"Title": "HashHelper.cs",
"DocumentMoniker": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\Helper\\HashHelper.cs",
"RelativeDocumentMoniker": "RemitInboundAPI.Common\\Helper\\HashHelper.cs",
"ToolTip": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\Helper\\HashHelper.cs",
"RelativeToolTip": "RemitInboundAPI.Common\\Helper\\HashHelper.cs",
"ViewState": "AQIAAAAAAAAAAAAAAAAAAAYAAAAFAAAA",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2024-03-12T06:42:27.378Z"
},
{
"$type": "Document",
"DocumentIndex": 24,
"Title": "launchSettings.json",
"DocumentMoniker": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI\\Properties\\launchSettings.json",
"RelativeDocumentMoniker": "RemitInboundAPI\\Properties\\launchSettings.json",
"ToolTip": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI\\Properties\\launchSettings.json",
"RelativeToolTip": "RemitInboundAPI\\Properties\\launchSettings.json",
"ViewState": "AQIAAAwAAAAAAAAAAAAAAAgAAAAFAAAA",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|",
"WhenOpened": "2024-03-12T06:42:27.384Z"
},
{
"$type": "Document",
"DocumentIndex": 25,
"Title": "ResponseHelper.cs",
"DocumentMoniker": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\Helper\\ResponseHelper.cs",
"RelativeDocumentMoniker": "RemitInboundAPI.Common\\Helper\\ResponseHelper.cs",
"ToolTip": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\Helper\\ResponseHelper.cs",
"RelativeToolTip": "RemitInboundAPI.Common\\Helper\\ResponseHelper.cs",
"ViewState": "AQIAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2024-03-12T06:42:27.389Z"
},
{
"$type": "Document",
"DocumentIndex": 26,
"Title": "ConfigurationManager.cs",
"DocumentMoniker": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\Helper\\ConfigurationManager.cs",
"RelativeDocumentMoniker": "RemitInboundAPI.Common\\Helper\\ConfigurationManager.cs",
"ToolTip": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\Helper\\ConfigurationManager.cs",
"RelativeToolTip": "RemitInboundAPI.Common\\Helper\\ConfigurationManager.cs",
"ViewState": "AQIAAAAAAAAAAAAAAAAAAAIAAAAAAAAA",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2024-03-12T06:42:27.395Z"
}
]
}
]
}
]
}

2
RemitInboundAPI/RemitInboundAPI.Business/Business/RemitBusiness/IRemitBusiness.cs

@ -7,7 +7,9 @@ namespace RemitInboundAPI.Business.Business.RemitBusiness
public interface IRemitBusiness
{
Task<ApiResponse> CalculateExRate(ExRateModel model, UserLoginModel loginDetails);
Task<ApiResponse> GetBank(BankResponseModel model, UserLoginModel loginDetails);
Task<ApiResponse> GetRemittanceStatus(RemittanceStatusModel model, UserLoginModel loginDetails);
Task<ApiResponse> GetStatic(CDDIResponseModel model, UserLoginModel loginDetails);
Task<ApiResponse> SendRemittance(SendRemittanceModel model, UserLoginModel loginDetails);
}
}

55
RemitInboundAPI/RemitInboundAPI.Business/Business/RemitBusiness/RemitBusiness.cs

@ -110,6 +110,61 @@ namespace RemitInboundAPI.Business.Business.RemitBusiness
_logger.LogError("REMITBUSINESS | GETREMITTANCESTATUS | LOGGING ERROR | " + JsonConvert.SerializeObject(_response));
}
return _response;
}
public async Task<ApiResponse> GetStatic(CDDIResponseModel model, UserLoginModel loginDetails)
{
ApiResponse _response;
//StaticValueValidationHelper validationHelper = new StaticValueValidationHelper();
var _logRequestModel = new InboundLogModel(model.SessionIdentifier, model.ProcessIdentifier, loginDetails.UserName, "GetCode", model.IpAddress, model.PartnerSessionId, JsonConvert.SerializeObject(model));
var _logResponse = await _applicationRepo.LogInboundData(_logRequestModel);
if (_logResponse.ResponseCode == ResponseHelper.SUCCESS)
{
_response = await _remitRepo.GetStatic(model, loginDetails);
_applicationRepo.LogUpdateInboundData(_response, _logResponse.Id);
}
else
{
_response = new ApiResponse(ResponseHelper.FAILED, _logResponse.ResponseMessage);
_logger.LogError("REMITBUSINESS | GETCODE | LOGGING ERROR | " + JsonConvert.SerializeObject(_response));
}
return _response;
}
public async Task<ApiResponse> GetBank(BankResponseModel model, UserLoginModel loginDetails)
{
ApiResponse _response;
BankValidationHelper validationHelper = new BankValidationHelper();
var _logRequestModel = new InboundLogModel(model.SessionIdentifier, model.ProcessIdentifier, loginDetails.UserName, "GetBank", model.IpAddress, model.PartnerSessionId, JsonConvert.SerializeObject(model));
var _logResponse = await _applicationRepo.LogInboundData(_logRequestModel);
if (_logResponse.ResponseCode == ResponseHelper.SUCCESS)
{
// _response = await _remitRepo.GetBank(model, loginDetails);
_response = await validationHelper.BankValidationRequest(model);
if (_response.ResponseCode == ResponseHelper.SUCCESS)
{
_response = await _remitRepo.GetBank(model, loginDetails);
}
else
{
_logger.LogError("REMITBUSINESS | GETREMITTANCESTATUS | VALIDATION ERROR | " + JsonConvert.SerializeObject(_response));
}
_applicationRepo.LogUpdateInboundData(_response, _logResponse.Id);
}
else
{
_response = new ApiResponse(ResponseHelper.FAILED, _logResponse.ResponseMessage);
_logger.LogError("REMITBUSINESS | GETBANK | LOGGING ERROR | " + JsonConvert.SerializeObject(_response));
}
return _response;
}
}

29
RemitInboundAPI/RemitInboundAPI.Business/Helper/ValidationHelper/BankValidationHelper.cs

@ -0,0 +1,29 @@
using RemitInboundAPI.Common.Helper;
using RemitInboundAPI.Common.Model.RemitModel;
using RemitInboundAPI.Common.Model;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace RemitInboundAPI.Business.Helper.ValidationHelper
{
public class BankValidationHelper
{
public async Task<ApiResponse> BankValidationRequest(BankResponseModel model)
{
ApiResponse _response;
if (string.IsNullOrEmpty(model.CountryId))
{
_response = new ApiResponse(ResponseHelper.FAILED, "Country can not be empty.");
}
else
{
_response = new ApiResponse(ResponseHelper.SUCCESS, ResponseMessageHelper.SUCCESS);
}
return _response;
}
}
}

30
RemitInboundAPI/RemitInboundAPI.Business/Helper/ValidationHelper/StaticValueValidationHelper.cs

@ -0,0 +1,30 @@
using RemitInboundAPI.Common.Helper;
using RemitInboundAPI.Common.Model.RemitModel;
using RemitInboundAPI.Common.Model;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace RemitInboundAPI.Business.Helper.ValidationHelper
{
public class StaticValueValidationHelper
{
//public async Task<ApiResponse> ValidateExraStaticRequest(CDDIResponseModel model)
//{
// ApiResponse _response;
// if (string.IsNullOrEmpty(model.SourceOfFund.ToArray))
// {
// _response = new ApiResponse(ResponseHelper.FAILED, "StaticValue can not be empty.");
// }
// else
// {
// _response = new ApiResponse(ResponseHelper.SUCCESS, ResponseMessageHelper.SUCCESS);
// }
// return _response;
//}
}
}

BIN
RemitInboundAPI/RemitInboundAPI.Business/bin/Debug/net8.0/RemitInboundAPI.Business.dll

BIN
RemitInboundAPI/RemitInboundAPI.Business/bin/Debug/net8.0/RemitInboundAPI.Business.pdb

BIN
RemitInboundAPI/RemitInboundAPI.Business/bin/Debug/net8.0/RemitInboundAPI.Common.dll

BIN
RemitInboundAPI/RemitInboundAPI.Business/bin/Debug/net8.0/RemitInboundAPI.Common.pdb

BIN
RemitInboundAPI/RemitInboundAPI.Business/bin/Debug/net8.0/RemitInboundAPI.Repository.dll

BIN
RemitInboundAPI/RemitInboundAPI.Business/bin/Debug/net8.0/RemitInboundAPI.Repository.pdb

4
RemitInboundAPI/RemitInboundAPI.Business/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs

@ -1,4 +0,0 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]

23
RemitInboundAPI/RemitInboundAPI.Business/obj/Debug/net8.0/RemitInboundAPI.Business.AssemblyInfo.cs

@ -1,23 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("RemitInboundAPI.Business")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+4f21fe7c001e9f33c469aaf22f43a6a56b1d6ccf")]
[assembly: System.Reflection.AssemblyProductAttribute("RemitInboundAPI.Business")]
[assembly: System.Reflection.AssemblyTitleAttribute("RemitInboundAPI.Business")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generated by the MSBuild WriteCodeFragment class.

1
RemitInboundAPI/RemitInboundAPI.Business/obj/Debug/net8.0/RemitInboundAPI.Business.AssemblyInfoInputs.cache

@ -1 +0,0 @@
9f2cc3727705a5227110b4ffd6a7ab758ea89f31b55e352a5454863e2c8c2adf

13
RemitInboundAPI/RemitInboundAPI.Business/obj/Debug/net8.0/RemitInboundAPI.Business.GeneratedMSBuildEditorConfig.editorconfig

@ -1,13 +0,0 @@
is_global = true
build_property.TargetFramework = net8.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = RemitInboundAPI.Business
build_property.ProjectDir = D:\C# Projects\UAT\JME_JAPAN\JME_Remit_UAT\JME Japan\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Business\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =

8
RemitInboundAPI/RemitInboundAPI.Business/obj/Debug/net8.0/RemitInboundAPI.Business.GlobalUsings.g.cs

@ -1,8 +0,0 @@
// <auto-generated/>
global using global::System;
global using global::System.Collections.Generic;
global using global::System.IO;
global using global::System.Linq;
global using global::System.Net.Http;
global using global::System.Threading;
global using global::System.Threading.Tasks;

BIN
RemitInboundAPI/RemitInboundAPI.Business/obj/Debug/net8.0/RemitInboundAPI.Business.assets.cache

BIN
RemitInboundAPI/RemitInboundAPI.Business/obj/Debug/net8.0/RemitInboundAPI.Business.csproj.AssemblyReference.cache

0
RemitInboundAPI/RemitInboundAPI.Business/obj/Debug/net8.0/RemitInboundAPI.Business.csproj.CopyComplete

1
RemitInboundAPI/RemitInboundAPI.Business/obj/Debug/net8.0/RemitInboundAPI.Business.csproj.CoreCompileInputs.cache

@ -1 +0,0 @@
abf4bc92b582caa7d7db101e8389b494d36e8347dcb09beb61084bdd98b1cfd3

17
RemitInboundAPI/RemitInboundAPI.Business/obj/Debug/net8.0/RemitInboundAPI.Business.csproj.FileListAbsolute.txt

@ -1,17 +0,0 @@
D:\C# Projects\UAT\JME_JAPAN\JME_Remit_UAT\JME Japan\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Business\bin\Debug\net8.0\RemitInboundAPI.Business.deps.json
D:\C# Projects\UAT\JME_JAPAN\JME_Remit_UAT\JME Japan\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Business\bin\Debug\net8.0\RemitInboundAPI.Business.dll
D:\C# Projects\UAT\JME_JAPAN\JME_Remit_UAT\JME Japan\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Business\bin\Debug\net8.0\RemitInboundAPI.Business.pdb
D:\C# Projects\UAT\JME_JAPAN\JME_Remit_UAT\JME Japan\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Business\bin\Debug\net8.0\RemitInboundAPI.Common.dll
D:\C# Projects\UAT\JME_JAPAN\JME_Remit_UAT\JME Japan\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Business\bin\Debug\net8.0\RemitInboundAPI.Repository.dll
D:\C# Projects\UAT\JME_JAPAN\JME_Remit_UAT\JME Japan\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Business\bin\Debug\net8.0\RemitInboundAPI.Common.pdb
D:\C# Projects\UAT\JME_JAPAN\JME_Remit_UAT\JME Japan\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Business\bin\Debug\net8.0\RemitInboundAPI.Repository.pdb
D:\C# Projects\UAT\JME_JAPAN\JME_Remit_UAT\JME Japan\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Business\obj\Debug\net8.0\RemitInboundAPI.Business.csproj.AssemblyReference.cache
D:\C# Projects\UAT\JME_JAPAN\JME_Remit_UAT\JME Japan\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Business\obj\Debug\net8.0\RemitInboundAPI.Business.GeneratedMSBuildEditorConfig.editorconfig
D:\C# Projects\UAT\JME_JAPAN\JME_Remit_UAT\JME Japan\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Business\obj\Debug\net8.0\RemitInboundAPI.Business.AssemblyInfoInputs.cache
D:\C# Projects\UAT\JME_JAPAN\JME_Remit_UAT\JME Japan\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Business\obj\Debug\net8.0\RemitInboundAPI.Business.AssemblyInfo.cs
D:\C# Projects\UAT\JME_JAPAN\JME_Remit_UAT\JME Japan\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Business\obj\Debug\net8.0\RemitInboundAPI.Business.csproj.CoreCompileInputs.cache
D:\C# Projects\UAT\JME_JAPAN\JME_Remit_UAT\JME Japan\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Business\obj\Debug\net8.0\RemitInboundAPI.Business.csproj.CopyComplete
D:\C# Projects\UAT\JME_JAPAN\JME_Remit_UAT\JME Japan\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Business\obj\Debug\net8.0\RemitInboundAPI.Business.dll
D:\C# Projects\UAT\JME_JAPAN\JME_Remit_UAT\JME Japan\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Business\obj\Debug\net8.0\refint\RemitInboundAPI.Business.dll
D:\C# Projects\UAT\JME_JAPAN\JME_Remit_UAT\JME Japan\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Business\obj\Debug\net8.0\RemitInboundAPI.Business.pdb
D:\C# Projects\UAT\JME_JAPAN\JME_Remit_UAT\JME Japan\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Business\obj\Debug\net8.0\ref\RemitInboundAPI.Business.dll

BIN
RemitInboundAPI/RemitInboundAPI.Business/obj/Debug/net8.0/RemitInboundAPI.Business.dll

BIN
RemitInboundAPI/RemitInboundAPI.Business/obj/Debug/net8.0/RemitInboundAPI.Business.pdb

BIN
RemitInboundAPI/RemitInboundAPI.Business/obj/Debug/net8.0/ref/RemitInboundAPI.Business.dll

BIN
RemitInboundAPI/RemitInboundAPI.Business/obj/Debug/net8.0/refint/RemitInboundAPI.Business.dll

95
RemitInboundAPI/RemitInboundAPI.Business/obj/RemitInboundAPI.Business.csproj.nuget.dgspec.json

@ -1,44 +1,42 @@
{
"format": 1,
"restore": {
"D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Business\\RemitInboundAPI.Business.csproj": {}
"D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Business\\RemitInboundAPI.Business.csproj": {}
},
"projects": {
"D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Business\\RemitInboundAPI.Business.csproj": {
"D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Business\\RemitInboundAPI.Business.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Business\\RemitInboundAPI.Business.csproj",
"projectUniqueName": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Business\\RemitInboundAPI.Business.csproj",
"projectName": "RemitInboundAPI.Business",
"projectPath": "D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Business\\RemitInboundAPI.Business.csproj",
"packagesPath": "C:\\Users\\arjun.dhami\\.nuget\\packages\\",
"outputPath": "D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Business\\obj\\",
"projectPath": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Business\\RemitInboundAPI.Business.csproj",
"packagesPath": "C:\\Users\\Shakun\\.nuget\\packages\\",
"outputPath": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Business\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages",
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\"
],
"configFilePaths": [
"C:\\Users\\arjun.dhami\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
"C:\\Users\\Shakun\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config"
],
"originalTargetFrameworks": [
"net8.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"C:\\Program Files\\dotnet\\library-packs": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net8.0": {
"targetAlias": "net8.0",
"projectReferences": {
"D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj": {
"projectPath": "D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj"
"D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj": {
"projectPath": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj"
},
"D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Repository\\RemitInboundAPI.Repository.csproj": {
"projectPath": "D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Repository\\RemitInboundAPI.Repository.csproj"
"D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Repository\\RemitInboundAPI.Repository.csproj": {
"projectPath": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Repository\\RemitInboundAPI.Repository.csproj"
}
}
}
@ -47,6 +45,11 @@
"warnAsError": [
"NU1605"
]
},
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
}
},
"frameworks": {
@ -74,34 +77,32 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.100/PortableRuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202/PortableRuntimeIdentifierGraph.json"
}
}
},
"D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj": {
"D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj",
"projectUniqueName": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj",
"projectName": "RemitInboundAPI.Common",
"projectPath": "D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj",
"packagesPath": "C:\\Users\\arjun.dhami\\.nuget\\packages\\",
"outputPath": "D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\obj\\",
"projectPath": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj",
"packagesPath": "C:\\Users\\Shakun\\.nuget\\packages\\",
"outputPath": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages",
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\"
],
"configFilePaths": [
"C:\\Users\\arjun.dhami\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
"C:\\Users\\Shakun\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config"
],
"originalTargetFrameworks": [
"net8.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"C:\\Program Files\\dotnet\\library-packs": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
@ -114,6 +115,11 @@
"warnAsError": [
"NU1605"
]
},
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
}
},
"frameworks": {
@ -145,42 +151,40 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.100/PortableRuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202/PortableRuntimeIdentifierGraph.json"
}
}
},
"D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Repository\\RemitInboundAPI.Repository.csproj": {
"D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Repository\\RemitInboundAPI.Repository.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Repository\\RemitInboundAPI.Repository.csproj",
"projectUniqueName": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Repository\\RemitInboundAPI.Repository.csproj",
"projectName": "RemitInboundAPI.Repository",
"projectPath": "D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Repository\\RemitInboundAPI.Repository.csproj",
"packagesPath": "C:\\Users\\arjun.dhami\\.nuget\\packages\\",
"outputPath": "D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Repository\\obj\\",
"projectPath": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Repository\\RemitInboundAPI.Repository.csproj",
"packagesPath": "C:\\Users\\Shakun\\.nuget\\packages\\",
"outputPath": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Repository\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages",
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\"
],
"configFilePaths": [
"C:\\Users\\arjun.dhami\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
"C:\\Users\\Shakun\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config"
],
"originalTargetFrameworks": [
"net8.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"C:\\Program Files\\dotnet\\library-packs": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net8.0": {
"targetAlias": "net8.0",
"projectReferences": {
"D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj": {
"projectPath": "D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj"
"D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj": {
"projectPath": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj"
}
}
}
@ -189,6 +193,11 @@
"warnAsError": [
"NU1605"
]
},
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
}
},
"frameworks": {
@ -224,7 +233,7 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.100/PortableRuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202/PortableRuntimeIdentifierGraph.json"
}
}
}

9
RemitInboundAPI/RemitInboundAPI.Business/obj/RemitInboundAPI.Business.csproj.nuget.g.props

@ -5,13 +5,12 @@
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\arjun.dhami\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages;C:\Program Files\dotnet\sdk\NuGetFallbackFolder</NuGetPackageFolders>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Shakun\.nuget\packages\;C:\Program Files (x86)\Microsoft\Xamarin\NuGet\</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.8.0</NuGetToolVersion>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.9.2</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\arjun.dhami\.nuget\packages\" />
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
<SourceRoot Include="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\" />
<SourceRoot Include="C:\Users\Shakun\.nuget\packages\" />
<SourceRoot Include="C:\Program Files (x86)\Microsoft\Xamarin\NuGet\" />
</ItemGroup>
</Project>

38
RemitInboundAPI/RemitInboundAPI.Business/obj/project.assets.json

@ -881,45 +881,42 @@
]
},
"packageFolders": {
"C:\\Users\\arjun.dhami\\.nuget\\packages\\": {},
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {},
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {}
"C:\\Users\\Shakun\\.nuget\\packages\\": {},
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\": {}
},
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Business\\RemitInboundAPI.Business.csproj",
"projectUniqueName": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Business\\RemitInboundAPI.Business.csproj",
"projectName": "RemitInboundAPI.Business",
"projectPath": "D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Business\\RemitInboundAPI.Business.csproj",
"packagesPath": "C:\\Users\\arjun.dhami\\.nuget\\packages\\",
"outputPath": "D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Business\\obj\\",
"projectPath": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Business\\RemitInboundAPI.Business.csproj",
"packagesPath": "C:\\Users\\Shakun\\.nuget\\packages\\",
"outputPath": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Business\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages",
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\"
],
"configFilePaths": [
"C:\\Users\\arjun.dhami\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
"C:\\Users\\Shakun\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config"
],
"originalTargetFrameworks": [
"net8.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"C:\\Program Files\\dotnet\\library-packs": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net8.0": {
"targetAlias": "net8.0",
"projectReferences": {
"D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj": {
"projectPath": "D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj"
"D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj": {
"projectPath": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj"
},
"D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Repository\\RemitInboundAPI.Repository.csproj": {
"projectPath": "D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Repository\\RemitInboundAPI.Repository.csproj"
"D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Repository\\RemitInboundAPI.Repository.csproj": {
"projectPath": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Repository\\RemitInboundAPI.Repository.csproj"
}
}
}
@ -928,6 +925,11 @@
"warnAsError": [
"NU1605"
]
},
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
}
},
"frameworks": {
@ -955,7 +957,7 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.100/PortableRuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202/PortableRuntimeIdentifierGraph.json"
}
}
}

38
RemitInboundAPI/RemitInboundAPI.Business/obj/project.nuget.cache

@ -1,26 +1,26 @@
{
"version": 2,
"dgSpecHash": "qyx25GSQwPxvA9k54NrFKCawOMVp/iO4amtAbubTldLXEPvcbe7Bz50D0UMXiBa2P0+EIKwDwAx7kbvPLHJ7Qg==",
"dgSpecHash": "ZlGnntLM5XAkfrKMPiJ5poDLEXHS1nez/8WU4kYAus79J3D1wdP4ILjWjqhBYYpH3oXRM4Iaw1wmST+Pnz9Ytw==",
"success": true,
"projectFilePath": "D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Business\\RemitInboundAPI.Business.csproj",
"projectFilePath": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Business\\RemitInboundAPI.Business.csproj",
"expectedPackageFiles": [
"C:\\Users\\arjun.dhami\\.nuget\\packages\\microsoft.aspnetcore.http.abstractions\\2.2.0\\microsoft.aspnetcore.http.abstractions.2.2.0.nupkg.sha512",
"C:\\Users\\arjun.dhami\\.nuget\\packages\\microsoft.aspnetcore.http.features\\2.2.0\\microsoft.aspnetcore.http.features.2.2.0.nupkg.sha512",
"C:\\Users\\arjun.dhami\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\8.0.0\\microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512",
"C:\\Users\\arjun.dhami\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\8.0.0\\microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512",
"C:\\Users\\arjun.dhami\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\8.0.0\\microsoft.extensions.logging.abstractions.8.0.0.nupkg.sha512",
"C:\\Users\\arjun.dhami\\.nuget\\packages\\microsoft.extensions.primitives\\8.0.0\\microsoft.extensions.primitives.8.0.0.nupkg.sha512",
"C:\\Users\\arjun.dhami\\.nuget\\packages\\microsoft.netcore.platforms\\3.1.0\\microsoft.netcore.platforms.3.1.0.nupkg.sha512",
"C:\\Users\\arjun.dhami\\.nuget\\packages\\microsoft.win32.registry\\4.7.0\\microsoft.win32.registry.4.7.0.nupkg.sha512",
"C:\\Users\\arjun.dhami\\.nuget\\packages\\newtonsoft.json\\13.0.3\\newtonsoft.json.13.0.3.nupkg.sha512",
"C:\\Users\\arjun.dhami\\.nuget\\packages\\runtime.native.system.data.sqlclient.sni\\4.7.0\\runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512",
"C:\\Users\\arjun.dhami\\.nuget\\packages\\runtime.win-arm64.runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
"C:\\Users\\arjun.dhami\\.nuget\\packages\\runtime.win-x64.runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
"C:\\Users\\arjun.dhami\\.nuget\\packages\\runtime.win-x86.runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
"C:\\Users\\arjun.dhami\\.nuget\\packages\\system.data.sqlclient\\4.8.6\\system.data.sqlclient.4.8.6.nupkg.sha512",
"C:\\Users\\arjun.dhami\\.nuget\\packages\\system.security.accesscontrol\\4.7.0\\system.security.accesscontrol.4.7.0.nupkg.sha512",
"C:\\Users\\arjun.dhami\\.nuget\\packages\\system.security.principal.windows\\4.7.0\\system.security.principal.windows.4.7.0.nupkg.sha512",
"C:\\Users\\arjun.dhami\\.nuget\\packages\\system.text.encodings.web\\4.5.0\\system.text.encodings.web.4.5.0.nupkg.sha512"
"C:\\Users\\Shakun\\.nuget\\packages\\microsoft.aspnetcore.http.abstractions\\2.2.0\\microsoft.aspnetcore.http.abstractions.2.2.0.nupkg.sha512",
"C:\\Users\\Shakun\\.nuget\\packages\\microsoft.aspnetcore.http.features\\2.2.0\\microsoft.aspnetcore.http.features.2.2.0.nupkg.sha512",
"C:\\Users\\Shakun\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\8.0.0\\microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512",
"C:\\Users\\Shakun\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\8.0.0\\microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512",
"C:\\Users\\Shakun\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\8.0.0\\microsoft.extensions.logging.abstractions.8.0.0.nupkg.sha512",
"C:\\Users\\Shakun\\.nuget\\packages\\microsoft.extensions.primitives\\8.0.0\\microsoft.extensions.primitives.8.0.0.nupkg.sha512",
"C:\\Users\\Shakun\\.nuget\\packages\\microsoft.netcore.platforms\\3.1.0\\microsoft.netcore.platforms.3.1.0.nupkg.sha512",
"C:\\Users\\Shakun\\.nuget\\packages\\microsoft.win32.registry\\4.7.0\\microsoft.win32.registry.4.7.0.nupkg.sha512",
"C:\\Users\\Shakun\\.nuget\\packages\\newtonsoft.json\\13.0.3\\newtonsoft.json.13.0.3.nupkg.sha512",
"C:\\Users\\Shakun\\.nuget\\packages\\runtime.native.system.data.sqlclient.sni\\4.7.0\\runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512",
"C:\\Users\\Shakun\\.nuget\\packages\\runtime.win-arm64.runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
"C:\\Users\\Shakun\\.nuget\\packages\\runtime.win-x64.runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
"C:\\Users\\Shakun\\.nuget\\packages\\runtime.win-x86.runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
"C:\\Users\\Shakun\\.nuget\\packages\\system.data.sqlclient\\4.8.6\\system.data.sqlclient.4.8.6.nupkg.sha512",
"C:\\Users\\Shakun\\.nuget\\packages\\system.security.accesscontrol\\4.7.0\\system.security.accesscontrol.4.7.0.nupkg.sha512",
"C:\\Users\\Shakun\\.nuget\\packages\\system.security.principal.windows\\4.7.0\\system.security.principal.windows.4.7.0.nupkg.sha512",
"C:\\Users\\Shakun\\.nuget\\packages\\system.text.encodings.web\\4.5.0\\system.text.encodings.web.4.5.0.nupkg.sha512"
],
"logs": []
}

88
RemitInboundAPI/RemitInboundAPI.Common/Model/RemitModel/ExRateModel.cs

@ -14,6 +14,94 @@ namespace RemitInboundAPI.Common.Model.RemitModel
public string? CalcBy { get; set; }
}
public class StaticCodeModel: CommonRequestModel
{
public string? Type { get; set; }
}
public class CDDIResponseModel : CommonRequestModel
{
//public string UserId { get; set; }
//public int Type { get; set; }
public List<SourceOfFund>? SourceOfFund { get; set; }
public List<PurposeOfRemittance>? PurposeOfRemittance { get; set; }
public List<IdType>? IdType { get; set; }
public List<Relationship>? Relationship { get; set; }
public List<Occupation>? Occupation { get; set; }
public List<Country>? Country { get; set; }
public List<PaymentType>? PaymentType { get; set; }
}
public class PaymentType
{
public string? id { get; set; }
public string? text { get; set; }
public string? code { get; set; }
}
public class Country
{
public string? id { get; set; }
public string? text { get; set; }
public string? countryCode { get; set; }
public string? IsoApha3 { get; set; }
}
public class Occupation
{
public string? id { get; set; }
public string? text { get; set; }
}
public class PurposeOfRemittance
{
public string ? id { get; set; }
public string? text { get; set; }
}
public class Relationship
{
public string? id { get; set; }
public string? text { get; set; }
//public bool isBackRequired { get; set; }
}
public class IdType
{
public string? id { get; set; }
public string? text { get; set; }
//public bool isBackRequired { get; set; }
}
public class SourceOfFund
{
public string? id { get; set; }
public string? text { get; set; }
}
public class BankResponseModel : CommonRequestModel
{
public string? CountryId { get; set; }
public List<Bank>? Bank { get; set; }
}
public class Bank
{
public string? id { get; set; }
public string? text { get; set; }
public string? code { get; set; }
}
public class RemittanceStatusModel : CommonRequestModel
{
public string? IMEControlNo { get; set; }

BIN
RemitInboundAPI/RemitInboundAPI.Common/bin/Debug/net8.0/RemitInboundAPI.Common.dll

BIN
RemitInboundAPI/RemitInboundAPI.Common/bin/Debug/net8.0/RemitInboundAPI.Common.pdb

2
RemitInboundAPI/RemitInboundAPI.Common/obj/Debug/net8.0/RemitInboundAPI.Common.AssemblyInfo.cs

@ -14,7 +14,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("RemitInboundAPI.Common")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+4f21fe7c001e9f33c469aaf22f43a6a56b1d6ccf")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+e12781bcaa0a9d70ca8c616d2fe43dd9c6d43818")]
[assembly: System.Reflection.AssemblyProductAttribute("RemitInboundAPI.Common")]
[assembly: System.Reflection.AssemblyTitleAttribute("RemitInboundAPI.Common")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

2
RemitInboundAPI/RemitInboundAPI.Common/obj/Debug/net8.0/RemitInboundAPI.Common.AssemblyInfoInputs.cache

@ -1 +1 @@
5993d5b343fa1db9f19e79679d0f2ef3fdf14e7b5ee7281a1f0c6b3e5ca90aa2
eaad6da4b9987393eaa3e773073e4b395aa380da23011842d3e8142c64c7e37f

2
RemitInboundAPI/RemitInboundAPI.Common/obj/Debug/net8.0/RemitInboundAPI.Common.GeneratedMSBuildEditorConfig.editorconfig

@ -8,6 +8,6 @@ build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = RemitInboundAPI.Common
build_property.ProjectDir = D:\C# Projects\UAT\JME_JAPAN\JME_Remit_UAT\JME Japan\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Common\
build_property.ProjectDir = D:\Office\SourceCodes\git-repo\IME_LONDON\Repos\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Common\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =

BIN
RemitInboundAPI/RemitInboundAPI.Common/obj/Debug/net8.0/RemitInboundAPI.Common.assets.cache

BIN
RemitInboundAPI/RemitInboundAPI.Common/obj/Debug/net8.0/RemitInboundAPI.Common.csproj.AssemblyReference.cache

2
RemitInboundAPI/RemitInboundAPI.Common/obj/Debug/net8.0/RemitInboundAPI.Common.csproj.CoreCompileInputs.cache

@ -1 +1 @@
227cf575c39014440863fa1ab49d0cbbcd13659a6ca200413142c37171359e83
287ec42986593925a1c144a0cedd39ec8978847bf40bff553877c33511080934

12
RemitInboundAPI/RemitInboundAPI.Common/obj/Debug/net8.0/RemitInboundAPI.Common.csproj.FileListAbsolute.txt

@ -10,3 +10,15 @@ D:\C# Projects\UAT\JME_JAPAN\JME_Remit_UAT\JME Japan\INBOUND_SEND_API\RemitInbou
D:\C# Projects\UAT\JME_JAPAN\JME_Remit_UAT\JME Japan\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Common\obj\Debug\net8.0\refint\RemitInboundAPI.Common.dll
D:\C# Projects\UAT\JME_JAPAN\JME_Remit_UAT\JME Japan\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Common\obj\Debug\net8.0\RemitInboundAPI.Common.pdb
D:\C# Projects\UAT\JME_JAPAN\JME_Remit_UAT\JME Japan\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Common\obj\Debug\net8.0\ref\RemitInboundAPI.Common.dll
D:\Office\SourceCodes\git-repo\IME_LONDON\Repos\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Common\bin\Debug\net8.0\RemitInboundAPI.Common.deps.json
D:\Office\SourceCodes\git-repo\IME_LONDON\Repos\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Common\bin\Debug\net8.0\RemitInboundAPI.Common.dll
D:\Office\SourceCodes\git-repo\IME_LONDON\Repos\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Common\bin\Debug\net8.0\RemitInboundAPI.Common.pdb
D:\Office\SourceCodes\git-repo\IME_LONDON\Repos\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Common\obj\Debug\net8.0\RemitInboundAPI.Common.csproj.AssemblyReference.cache
D:\Office\SourceCodes\git-repo\IME_LONDON\Repos\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Common\obj\Debug\net8.0\RemitInboundAPI.Common.GeneratedMSBuildEditorConfig.editorconfig
D:\Office\SourceCodes\git-repo\IME_LONDON\Repos\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Common\obj\Debug\net8.0\RemitInboundAPI.Common.AssemblyInfoInputs.cache
D:\Office\SourceCodes\git-repo\IME_LONDON\Repos\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Common\obj\Debug\net8.0\RemitInboundAPI.Common.AssemblyInfo.cs
D:\Office\SourceCodes\git-repo\IME_LONDON\Repos\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Common\obj\Debug\net8.0\RemitInboundAPI.Common.csproj.CoreCompileInputs.cache
D:\Office\SourceCodes\git-repo\IME_LONDON\Repos\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Common\obj\Debug\net8.0\RemitInboundAPI.Common.dll
D:\Office\SourceCodes\git-repo\IME_LONDON\Repos\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Common\obj\Debug\net8.0\refint\RemitInboundAPI.Common.dll
D:\Office\SourceCodes\git-repo\IME_LONDON\Repos\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Common\obj\Debug\net8.0\RemitInboundAPI.Common.pdb
D:\Office\SourceCodes\git-repo\IME_LONDON\Repos\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Common\obj\Debug\net8.0\ref\RemitInboundAPI.Common.dll

BIN
RemitInboundAPI/RemitInboundAPI.Common/obj/Debug/net8.0/RemitInboundAPI.Common.dll

BIN
RemitInboundAPI/RemitInboundAPI.Common/obj/Debug/net8.0/RemitInboundAPI.Common.pdb

BIN
RemitInboundAPI/RemitInboundAPI.Common/obj/Debug/net8.0/ref/RemitInboundAPI.Common.dll

BIN
RemitInboundAPI/RemitInboundAPI.Common/obj/Debug/net8.0/refint/RemitInboundAPI.Common.dll

29
RemitInboundAPI/RemitInboundAPI.Common/obj/RemitInboundAPI.Common.csproj.nuget.dgspec.json

@ -1,33 +1,31 @@
{
"format": 1,
"restore": {
"D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj": {}
"D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj": {}
},
"projects": {
"D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj": {
"D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj",
"projectUniqueName": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj",
"projectName": "RemitInboundAPI.Common",
"projectPath": "D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj",
"packagesPath": "C:\\Users\\arjun.dhami\\.nuget\\packages\\",
"outputPath": "D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\obj\\",
"projectPath": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj",
"packagesPath": "C:\\Users\\Shakun\\.nuget\\packages\\",
"outputPath": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages",
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\"
],
"configFilePaths": [
"C:\\Users\\arjun.dhami\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
"C:\\Users\\Shakun\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config"
],
"originalTargetFrameworks": [
"net8.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"C:\\Program Files\\dotnet\\library-packs": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
@ -40,6 +38,11 @@
"warnAsError": [
"NU1605"
]
},
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
}
},
"frameworks": {
@ -71,7 +74,7 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.100/PortableRuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202/PortableRuntimeIdentifierGraph.json"
}
}
}

9
RemitInboundAPI/RemitInboundAPI.Common/obj/RemitInboundAPI.Common.csproj.nuget.g.props

@ -5,13 +5,12 @@
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\arjun.dhami\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages;C:\Program Files\dotnet\sdk\NuGetFallbackFolder</NuGetPackageFolders>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Shakun\.nuget\packages\;C:\Program Files (x86)\Microsoft\Xamarin\NuGet\</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.8.0</NuGetToolVersion>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.9.2</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\arjun.dhami\.nuget\packages\" />
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
<SourceRoot Include="C:\Program Files\dotnet\sdk\NuGetFallbackFolder\" />
<SourceRoot Include="C:\Users\Shakun\.nuget\packages\" />
<SourceRoot Include="C:\Program Files (x86)\Microsoft\Xamarin\NuGet\" />
</ItemGroup>
</Project>

30
RemitInboundAPI/RemitInboundAPI.Common/obj/project.assets.json

@ -199,34 +199,31 @@
]
},
"packageFolders": {
"C:\\Users\\arjun.dhami\\.nuget\\packages\\": {},
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {},
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {}
"C:\\Users\\Shakun\\.nuget\\packages\\": {},
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\": {}
},
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj",
"projectUniqueName": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj",
"projectName": "RemitInboundAPI.Common",
"projectPath": "D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj",
"packagesPath": "C:\\Users\\arjun.dhami\\.nuget\\packages\\",
"outputPath": "D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\obj\\",
"projectPath": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj",
"packagesPath": "C:\\Users\\Shakun\\.nuget\\packages\\",
"outputPath": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages",
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\"
],
"configFilePaths": [
"C:\\Users\\arjun.dhami\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
"C:\\Users\\Shakun\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config"
],
"originalTargetFrameworks": [
"net8.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"C:\\Program Files\\dotnet\\library-packs": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
@ -239,6 +236,11 @@
"warnAsError": [
"NU1605"
]
},
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
}
},
"frameworks": {
@ -270,7 +272,7 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.100/PortableRuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202/PortableRuntimeIdentifierGraph.json"
}
}
}

14
RemitInboundAPI/RemitInboundAPI.Common/obj/project.nuget.cache

@ -1,14 +1,14 @@
{
"version": 2,
"dgSpecHash": "q3AVvr1TWOL2eQcR//7uhW252T9AotoH6gtFqIOq1MNR+mM9mjobg6EWPhDG3voNBRfN1U9MngamEurkCU7vNA==",
"dgSpecHash": "x1+3LhaheEiQvSc35yMpB37DDG3ErYmZWj6HDykEko4FYvP4H8XsW/EoWVmOdpeKw6ACwyFZUMxHZB3wnrGkdA==",
"success": true,
"projectFilePath": "D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj",
"projectFilePath": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj",
"expectedPackageFiles": [
"C:\\Users\\arjun.dhami\\.nuget\\packages\\microsoft.aspnetcore.http.abstractions\\2.2.0\\microsoft.aspnetcore.http.abstractions.2.2.0.nupkg.sha512",
"C:\\Users\\arjun.dhami\\.nuget\\packages\\microsoft.aspnetcore.http.features\\2.2.0\\microsoft.aspnetcore.http.features.2.2.0.nupkg.sha512",
"C:\\Users\\arjun.dhami\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\8.0.0\\microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512",
"C:\\Users\\arjun.dhami\\.nuget\\packages\\microsoft.extensions.primitives\\8.0.0\\microsoft.extensions.primitives.8.0.0.nupkg.sha512",
"C:\\Users\\arjun.dhami\\.nuget\\packages\\system.text.encodings.web\\4.5.0\\system.text.encodings.web.4.5.0.nupkg.sha512"
"C:\\Users\\Shakun\\.nuget\\packages\\microsoft.aspnetcore.http.abstractions\\2.2.0\\microsoft.aspnetcore.http.abstractions.2.2.0.nupkg.sha512",
"C:\\Users\\Shakun\\.nuget\\packages\\microsoft.aspnetcore.http.features\\2.2.0\\microsoft.aspnetcore.http.features.2.2.0.nupkg.sha512",
"C:\\Users\\Shakun\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\8.0.0\\microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512",
"C:\\Users\\Shakun\\.nuget\\packages\\microsoft.extensions.primitives\\8.0.0\\microsoft.extensions.primitives.8.0.0.nupkg.sha512",
"C:\\Users\\Shakun\\.nuget\\packages\\system.text.encodings.web\\4.5.0\\system.text.encodings.web.4.5.0.nupkg.sha512"
],
"logs": []
}

24
RemitInboundAPI/RemitInboundAPI.Repository/Enums.cs

@ -0,0 +1,24 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace RemitInboundAPI.Repository
{
public class Enums
{
public enum MasterData
{
All,
sourceOfFund,
purposeOfRemittance,
idType,
relationship,
occupation,
country,
paymentType
}
}
}

2
RemitInboundAPI/RemitInboundAPI.Repository/Repository/RemitRepository/IRemitRepository.cs

@ -7,7 +7,9 @@ namespace RemitInboundAPI.Repository.Repository.RemitRepository
public interface IRemitRepository
{
Task<ApiResponse> CalculateExRate(ExRateModel model, UserLoginModel loginDetails);
Task<ApiResponse> GetBank(BankResponseModel model, UserLoginModel loginDetails);
Task<ApiResponse> GetRemittanceStatus(RemittanceStatusModel model, UserLoginModel loginDetails);
Task<ApiResponse> GetStatic(CDDIResponseModel model, UserLoginModel loginDetails);
Task<ApiResponse> SendRemittance(SendRemittanceModel model, UserLoginModel loginDetails);
}
}

158
RemitInboundAPI/RemitInboundAPI.Repository/Repository/RemitRepository/RemitRepository.cs

@ -5,6 +5,10 @@ using RemitInboundAPI.Common.Model;
using RemitInboundAPI.Repository.DBHelper;
using RemitInboundAPI.Common.Model.RemitModel;
using RemitInboundAPI.Common.Model.ApplicationModel;
using System.Data;
using System.Linq;
using static RemitInboundAPI.Repository.Enums;
using static System.Net.Mime.MediaTypeNames;
namespace RemitInboundAPI.Repository.Repository.RemitRepository
{
@ -199,5 +203,159 @@ namespace RemitInboundAPI.Repository.Repository.RemitRepository
}
return _response;
}
public async Task<ApiResponse> GetStatic(CDDIResponseModel model, UserLoginModel loginDetails)
{
var _response = new ApiResponse();
try
{
//string typeName = Enum.GetName(typeof(MasterData), model.Type);
var sql = "EXEC proc_InboundApi_StaticData @flag='cddi'";
sql += ", @UserName= " + _connHelper.FilterString(loginDetails.UserName);
//sql += ", @Type = " + _connHelper.FilterString(typeName);
_logger.LogDebug("REMITREPOSITORY | GETSTATIC | SQL | " + sql);
var dt = _connHelper.ExecuteDataset(sql);
if (dt == null || dt.Tables[0].Rows.Count <= 0)
{
_response.ResponseCode = ResponseHelper.FAILED;
_response.ResponseMessage = ResponseMessageHelper.DBNULLERROR;
_logger.LogError("REMITREPOSITORY | GETSTATIC | DBNULLERROR | " + JsonConvert.SerializeObject(_response));
}
//else if (dt.Tables.Count > 1)
else
{
var _cddi = new CDDIResponseModel();
//Purpose Of Remittance
var Source = dt.Tables[0].AsEnumerable().Select(cc => new SourceOfFund
{
id = cc.Field<int>("id").ToString(),
text = cc.Field<string>("text")
}).ToList();
_cddi.SourceOfFund = Source;
//Source Of Fund
var Reason = dt.Tables[1].AsEnumerable().Select(cc => new PurposeOfRemittance
{
id = cc.Field<int>("id").ToString(),
text = cc.Field<string>("text")
}).ToList();
_cddi.PurposeOfRemittance = Reason;
//Id Type
var IdType = dt.Tables[2].AsEnumerable().Select(cc => new IdType
{
id = cc.Field<int>("id").ToString(),
text = cc.Field<string>("text")
}).ToList();
_cddi.IdType = IdType;
//Relationship
var relation = dt.Tables[3].AsEnumerable().Select(cc => new Relationship
{
id = cc.Field<int>("id").ToString(),
text = cc.Field<string>("text")
}).ToList();
_cddi.Relationship = relation;
//Occupation
var occupation = dt.Tables[4].AsEnumerable().Select(cc => new Occupation
{
id = cc.Field<int>("id").ToString(),
text = cc.Field<string>("text")
}).ToList();
_cddi.Occupation = occupation;
//Country
var country = dt.Tables[5].AsEnumerable().Select(cc => new Country
{
id = cc.Field<int>("id").ToString(),
text = cc.Field<string>("text"),
countryCode = cc.Field<string>("code"),
IsoApha3 = cc.Field<string>("iso")
}).ToList();
_cddi.Country = country;
//PaymentType
var pType = dt.Tables[6].AsEnumerable().Select(cc => new PaymentType
{
id = cc.Field<int>("id").ToString(),
text = cc.Field<string>("text"),
code = cc.Field<string>("code")
}).ToList();
_cddi.PaymentType = pType;
_response.ResponseCode = 100;
_response.ResponseMessage = "API Called successfully";
_response.Data = _cddi;
}
//else
//{
// _response.ResponseCode = 101;
// _response.ResponseMessage = "Failed";
// _response.Data = null;
//}
}
catch (Exception ex)
{
_response.ResponseCode = ResponseHelper.EXCEPTION;
_response.ResponseMessage = "Exception occurred: " + ex.Message;
_logger.LogError("REMITREPOSITORY | GETSTATIC | EXCEPTION | " + JsonConvert.SerializeObject(_response));
}
return _response;
}
public async Task<ApiResponse> GetBank(BankResponseModel model, UserLoginModel loginDetails)
{
var _response = new ApiResponse();
try
{
// Construct the SQL query with parameters
string sql = "EXEC proc_InboundApi_StaticData @flag='getbank'";
sql += ", @UserName= " + _connHelper.FilterString(loginDetails.UserName);
sql += ", @country= " + _connHelper.FilterString(model.CountryId);
_logger.LogDebug("REMITREPOSITORY | GETBANK | SQL | " + sql);
var dt = _connHelper.ExecuteDataset(sql);
if (dt == null || dt.Tables[0].Rows.Count <= 0)
{
_response.ResponseCode = ResponseHelper.FAILED;
_response.ResponseMessage = ResponseMessageHelper.DBNULLERROR;
_logger.LogError("REMITREPOSITORY | GETBANK | DBNULLERROR | " + JsonConvert.SerializeObject(_response));
}
else
{
var ba = new BankResponseModel();
var bankList = dt.Tables[0].AsEnumerable().Select(row => new Bank
{
id = row.Field<Int64>("id").ToString(),
text = row.Field<string>("text"),
code = row.Field<string>("imeCode")
}).ToList();
ba.Bank = bankList;
_response.ResponseCode = 100;
_response.ResponseMessage = "API Called successfully";
_response.Data = ba;
}
}
catch (Exception ex)
{
// Exception occurred during execution
_response.ResponseCode = ResponseHelper.EXCEPTION;
_response.ResponseMessage = "Exception occurred: " + ex.Message;
_logger.LogError("REMITREPOSITORY | GETBANK | EXCEPTION | " + JsonConvert.SerializeObject(_response));
}
return _response;
}
}
}

BIN
RemitInboundAPI/RemitInboundAPI.Repository/bin/Debug/net8.0/RemitInboundAPI.Common.dll

BIN
RemitInboundAPI/RemitInboundAPI.Repository/bin/Debug/net8.0/RemitInboundAPI.Common.pdb

BIN
RemitInboundAPI/RemitInboundAPI.Repository/bin/Debug/net8.0/RemitInboundAPI.Repository.dll

BIN
RemitInboundAPI/RemitInboundAPI.Repository/bin/Debug/net8.0/RemitInboundAPI.Repository.pdb

0
RemitInboundAPI/RemitInboundAPI.Business/obj/Debug/net8.0/RemitInboundAPI.Business.csproj.BuildWithSkipAnalyzers → RemitInboundAPI/RemitInboundAPI.Repository/obj/Debug/net8.0/RemitInb.197BAE64.Up2Date

2
RemitInboundAPI/RemitInboundAPI.Repository/obj/Debug/net8.0/RemitInboundAPI.Repository.AssemblyInfo.cs

@ -14,7 +14,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("RemitInboundAPI.Repository")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+4f21fe7c001e9f33c469aaf22f43a6a56b1d6ccf")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+e12781bcaa0a9d70ca8c616d2fe43dd9c6d43818")]
[assembly: System.Reflection.AssemblyProductAttribute("RemitInboundAPI.Repository")]
[assembly: System.Reflection.AssemblyTitleAttribute("RemitInboundAPI.Repository")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

2
RemitInboundAPI/RemitInboundAPI.Repository/obj/Debug/net8.0/RemitInboundAPI.Repository.AssemblyInfoInputs.cache

@ -1 +1 @@
f011ff240e6124f7ea7cfb7c358d8856a8326f101875d1c6084e0b3ebe287957
77fc4ec1ea18a2e635a3f19f5c182e0969aab6f47d131ccd4af0b944d3f8a648

2
RemitInboundAPI/RemitInboundAPI.Repository/obj/Debug/net8.0/RemitInboundAPI.Repository.GeneratedMSBuildEditorConfig.editorconfig

@ -8,6 +8,6 @@ build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = RemitInboundAPI.Repository
build_property.ProjectDir = D:\C# Projects\UAT\JME_JAPAN\JME_Remit_UAT\JME Japan\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Repository\
build_property.ProjectDir = D:\Office\SourceCodes\git-repo\IME_LONDON\Repos\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Repository\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =

BIN
RemitInboundAPI/RemitInboundAPI.Repository/obj/Debug/net8.0/RemitInboundAPI.Repository.assets.cache

BIN
RemitInboundAPI/RemitInboundAPI.Repository/obj/Debug/net8.0/RemitInboundAPI.Repository.csproj.AssemblyReference.cache

0
RemitInboundAPI/RemitInboundAPI.Repository/obj/Debug/net8.0/RemitInboundAPI.Repository.csproj.CopyComplete

2
RemitInboundAPI/RemitInboundAPI.Repository/obj/Debug/net8.0/RemitInboundAPI.Repository.csproj.CoreCompileInputs.cache

@ -1 +1 @@
1904eebfaf8ff9b6842700a2ea7368a7bb5de4243389b83b9b7a7173ea51dc5f
3bf52dd862d3543f0a5a15066c7551eaa470f1c7ba104d904a02cb0b640abe1d

15
RemitInboundAPI/RemitInboundAPI.Repository/obj/Debug/net8.0/RemitInboundAPI.Repository.csproj.FileListAbsolute.txt

@ -13,3 +13,18 @@ D:\C# Projects\UAT\JME_JAPAN\JME_Remit_UAT\JME Japan\INBOUND_SEND_API\RemitInbou
D:\C# Projects\UAT\JME_JAPAN\JME_Remit_UAT\JME Japan\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Repository\obj\Debug\net8.0\refint\RemitInboundAPI.Repository.dll
D:\C# Projects\UAT\JME_JAPAN\JME_Remit_UAT\JME Japan\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Repository\obj\Debug\net8.0\RemitInboundAPI.Repository.pdb
D:\C# Projects\UAT\JME_JAPAN\JME_Remit_UAT\JME Japan\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Repository\obj\Debug\net8.0\ref\RemitInboundAPI.Repository.dll
D:\Office\SourceCodes\git-repo\IME_LONDON\Repos\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Repository\bin\Debug\net8.0\RemitInboundAPI.Repository.deps.json
D:\Office\SourceCodes\git-repo\IME_LONDON\Repos\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Repository\bin\Debug\net8.0\RemitInboundAPI.Repository.dll
D:\Office\SourceCodes\git-repo\IME_LONDON\Repos\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Repository\bin\Debug\net8.0\RemitInboundAPI.Repository.pdb
D:\Office\SourceCodes\git-repo\IME_LONDON\Repos\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Repository\bin\Debug\net8.0\RemitInboundAPI.Common.dll
D:\Office\SourceCodes\git-repo\IME_LONDON\Repos\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Repository\bin\Debug\net8.0\RemitInboundAPI.Common.pdb
D:\Office\SourceCodes\git-repo\IME_LONDON\Repos\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Repository\obj\Debug\net8.0\RemitInboundAPI.Repository.csproj.AssemblyReference.cache
D:\Office\SourceCodes\git-repo\IME_LONDON\Repos\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Repository\obj\Debug\net8.0\RemitInboundAPI.Repository.GeneratedMSBuildEditorConfig.editorconfig
D:\Office\SourceCodes\git-repo\IME_LONDON\Repos\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Repository\obj\Debug\net8.0\RemitInboundAPI.Repository.AssemblyInfoInputs.cache
D:\Office\SourceCodes\git-repo\IME_LONDON\Repos\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Repository\obj\Debug\net8.0\RemitInboundAPI.Repository.AssemblyInfo.cs
D:\Office\SourceCodes\git-repo\IME_LONDON\Repos\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Repository\obj\Debug\net8.0\RemitInboundAPI.Repository.csproj.CoreCompileInputs.cache
D:\Office\SourceCodes\git-repo\IME_LONDON\Repos\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Repository\obj\Debug\net8.0\RemitInboundAPI.Repository.dll
D:\Office\SourceCodes\git-repo\IME_LONDON\Repos\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Repository\obj\Debug\net8.0\refint\RemitInboundAPI.Repository.dll
D:\Office\SourceCodes\git-repo\IME_LONDON\Repos\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Repository\obj\Debug\net8.0\RemitInboundAPI.Repository.pdb
D:\Office\SourceCodes\git-repo\IME_LONDON\Repos\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Repository\obj\Debug\net8.0\ref\RemitInboundAPI.Repository.dll
D:\Office\SourceCodes\git-repo\IME_LONDON\Repos\INBOUND_SEND_API\RemitInboundAPI\RemitInboundAPI.Repository\obj\Debug\net8.0\RemitInb.197BAE64.Up2Date

BIN
RemitInboundAPI/RemitInboundAPI.Repository/obj/Debug/net8.0/RemitInboundAPI.Repository.dll

BIN
RemitInboundAPI/RemitInboundAPI.Repository/obj/Debug/net8.0/RemitInboundAPI.Repository.pdb

BIN
RemitInboundAPI/RemitInboundAPI.Repository/obj/Debug/net8.0/ref/RemitInboundAPI.Repository.dll

BIN
RemitInboundAPI/RemitInboundAPI.Repository/obj/Debug/net8.0/refint/RemitInboundAPI.Repository.dll

60
RemitInboundAPI/RemitInboundAPI.Repository/obj/RemitInboundAPI.Repository.csproj.nuget.dgspec.json

@ -1,33 +1,31 @@
{
"format": 1,
"restore": {
"D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Repository\\RemitInboundAPI.Repository.csproj": {}
"D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Repository\\RemitInboundAPI.Repository.csproj": {}
},
"projects": {
"D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj": {
"D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj",
"projectUniqueName": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj",
"projectName": "RemitInboundAPI.Common",
"projectPath": "D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj",
"packagesPath": "C:\\Users\\arjun.dhami\\.nuget\\packages\\",
"outputPath": "D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\obj\\",
"projectPath": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj",
"packagesPath": "C:\\Users\\Shakun\\.nuget\\packages\\",
"outputPath": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages",
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\"
],
"configFilePaths": [
"C:\\Users\\arjun.dhami\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
"C:\\Users\\Shakun\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config"
],
"originalTargetFrameworks": [
"net8.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"C:\\Program Files\\dotnet\\library-packs": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
@ -40,6 +38,11 @@
"warnAsError": [
"NU1605"
]
},
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
}
},
"frameworks": {
@ -71,42 +74,40 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.100/PortableRuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202/PortableRuntimeIdentifierGraph.json"
}
}
},
"D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Repository\\RemitInboundAPI.Repository.csproj": {
"D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Repository\\RemitInboundAPI.Repository.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Repository\\RemitInboundAPI.Repository.csproj",
"projectUniqueName": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Repository\\RemitInboundAPI.Repository.csproj",
"projectName": "RemitInboundAPI.Repository",
"projectPath": "D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Repository\\RemitInboundAPI.Repository.csproj",
"packagesPath": "C:\\Users\\arjun.dhami\\.nuget\\packages\\",
"outputPath": "D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Repository\\obj\\",
"projectPath": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Repository\\RemitInboundAPI.Repository.csproj",
"packagesPath": "C:\\Users\\Shakun\\.nuget\\packages\\",
"outputPath": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Repository\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages",
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\"
],
"configFilePaths": [
"C:\\Users\\arjun.dhami\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
"C:\\Users\\Shakun\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config"
],
"originalTargetFrameworks": [
"net8.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"C:\\Program Files\\dotnet\\library-packs": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net8.0": {
"targetAlias": "net8.0",
"projectReferences": {
"D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj": {
"projectPath": "D:\\C# Projects\\UAT\\JME_JAPAN\\JME_Remit_UAT\\JME Japan\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj"
"D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj": {
"projectPath": "D:\\Office\\SourceCodes\\git-repo\\IME_LONDON\\Repos\\INBOUND_SEND_API\\RemitInboundAPI\\RemitInboundAPI.Common\\RemitInboundAPI.Common.csproj"
}
}
}
@ -115,6 +116,11 @@
"warnAsError": [
"NU1605"
]
},
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
}
},
"frameworks": {
@ -150,7 +156,7 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.100/PortableRuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202/PortableRuntimeIdentifierGraph.json"
}
}
}

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save