Add get all campaigns by user id url
This commit is contained in:
parent
fdc15fb4f9
commit
710e16455a
@ -79,5 +79,13 @@
|
|||||||
return $"{baseUri}catalogTypes";
|
return $"{baseUri}catalogTypes";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static class Marketing
|
||||||
|
{
|
||||||
|
public static string GetAllCampaigns(string baseUri, string userId)
|
||||||
|
{
|
||||||
|
return $"{baseUri}user/{userId}";
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user