Exemplo n.º 1
0
 public string GetUserCreatives(string userId)
 {
     return(UserPageService.GetUserCreatives(userId));
 }
Exemplo n.º 2
0
 public string GetMyCreatives()
 {
     return(UserPageService.GetUserCreatives(User.Identity.GetUserId()));
 }