This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Add get all campaigns by user id url
pull/223/head
Christian Arenas
7 years ago
parent
fdc15fb4f9
commit
710e16455a
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
src/Web/WebMVC/Infrastructure/API.cs
+ 8
- 0
src/Web/WebMVC/Infrastructure/API.cs
View File
@ -79,5 +79,13 @@
return
$"{baseUri}catalogTypes"
;
}
}
public
static
class
Marketing
{
public
static
string
GetAllCampaigns
(
string
baseUri
,
string
userId
)
{
return
$"{baseUri}user/{userId}"
;
}
}
}
}
Write
Preview
Loading…
Cancel
Save