diff --git a/.vs/Mobail Gateway/v17/.wsuo b/.vs/Mobail Gateway/v17/.wsuo new file mode 100644 index 0000000..4053ad0 Binary files /dev/null and b/.vs/Mobail Gateway/v17/.wsuo differ diff --git a/.vs/Mobail Gateway/v17/DocumentLayout.json b/.vs/Mobail Gateway/v17/DocumentLayout.json new file mode 100644 index 0000000..bab5918 --- /dev/null +++ b/.vs/Mobail Gateway/v17/DocumentLayout.json @@ -0,0 +1,51 @@ +{ + "Version": 1, + "WorkspaceRootPath": "D:\\Mobail Gateway\\", + "Documents": [], + "DocumentGroupContainers": [ + { + "Orientation": 0, + "VerticalTabListWidth": 256, + "DocumentGroups": [ + { + "DockedWidth": 200, + "SelectedChildIndex": -1, + "Children": [ + { + "$type": "Bookmark", + "Name": "ST:0:0:{3ae79031-e1bc-11d0-8f78-00a0c9110057}" + }, + { + "$type": "Bookmark", + "Name": "ST:0:0:{1c64b9c2-e352-428e-a56d-0ace190b99a6}" + }, + { + "$type": "Bookmark", + "Name": "ST:1043313769:0:{83107a3e-496a-485e-b455-16ddb978e55e}" + }, + { + "$type": "Bookmark", + "Name": "ST:130:0:{1fc202d4-d401-403c-9834-5b218574bb67}" + }, + { + "$type": "Bookmark", + "Name": "ST:131:0:{1fc202d4-d401-403c-9834-5b218574bb67}" + }, + { + "$type": "Bookmark", + "Name": "ST:132:0:{1fc202d4-d401-403c-9834-5b218574bb67}" + }, + { + "$type": "Bookmark", + "Name": "ST:128:0:{1fc202d4-d401-403c-9834-5b218574bb67}" + }, + { + "$type": "Bookmark", + "Name": "ST:133:0:{116d2292-e37d-41cd-a077-ebacac4c8cc4}" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/.vs/ProjectEvaluation/cel.hrm.mobile.api.metadata.v7.bin b/.vs/ProjectEvaluation/cel.hrm.mobile.api.metadata.v7.bin new file mode 100644 index 0000000..4a423cc Binary files /dev/null and b/.vs/ProjectEvaluation/cel.hrm.mobile.api.metadata.v7.bin differ diff --git a/.vs/ProjectEvaluation/cel.hrm.mobile.api.projects.v7.bin b/.vs/ProjectEvaluation/cel.hrm.mobile.api.projects.v7.bin new file mode 100644 index 0000000..278e1ec Binary files /dev/null and b/.vs/ProjectEvaluation/cel.hrm.mobile.api.projects.v7.bin differ diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json new file mode 100644 index 0000000..6b61141 --- /dev/null +++ b/.vs/VSWorkspaceState.json @@ -0,0 +1,6 @@ +{ + "ExpandedNodes": [ + "" + ], + "PreviewInSolutionExplorer": false +} \ No newline at end of file diff --git a/Controllers/UserController.cs b/Controllers/UserController.cs index dd949bd..0206bb8 100644 --- a/Controllers/UserController.cs +++ b/Controllers/UserController.cs @@ -31,13 +31,16 @@ namespace cel.hrm.mobile.api.Controllers case "celimited.com": address = "https://celbd.com/celhrmmobiletest/api/Mobile/"; companyName = "CEL"; - //address = "http://100.100.100.15:45456/api/Mobile/"; + //address = "http://100.100.100.89:45457/api/Mobile/"; + break; + case "idlc.com": + companyName = "IDLC"; + address = "https://celbd.com/IDLC_UAT/api/Mobile/"; break; - case "shvenergybd.com": //address = "https://celclouds.com/petromax/api/Mobile/"; companyName = "Petromax"; - address = "http://100.100.100.19:45456/api/Mobile/"; + address = "http://100.100.100.89:45457/api/Mobile/"; //address = "https://celbd.com/petromaxHRUAT/api/Mobile/"; break;