Method | Description | |
---|---|---|
CustomerProfileApiController ( CustomerProfileService customerProfileService, CustomerProfileViewService customerProfileViewService, ICustomerService customerService, IMobSocialService mobSocialService, ICustomerFavoriteSongService customerFavoriteSongService, IMusicService musicService, IWorkContext workContext, IFriendService friendService, IPictureService pictureService, mobSocialSettings mobSocialSettings, Nop.Core.Domain.Media.MediaSettings mediaSettings, IGenericAttributeService genericAttributeService, ICustomerFollowService customerFollowService ) : System |
Method | Description | |
---|---|---|
AddFavoriteSong ( CustomerFavoriteSong favoriteSong ) : void | ||
DeleteFavoriteSong ( int id ) : void | ||
SaveCustomerProfile ( CustomerProfileModel customerProfile ) : void | ||
SetPictureAs ( EntitySetImageModel model ) : IHttpActionResult | ||
UpdateFavoriteSongOrder ( int favoriteSongId, int displayOrder ) : void | ||
UploadPicture ( ) : IHttpActionResult |
public CustomerProfileApiController ( CustomerProfileService customerProfileService, CustomerProfileViewService customerProfileViewService, ICustomerService customerService, IMobSocialService mobSocialService, ICustomerFavoriteSongService customerFavoriteSongService, IMusicService musicService, IWorkContext workContext, IFriendService friendService, IPictureService pictureService, mobSocialSettings mobSocialSettings, Nop.Core.Domain.Media.MediaSettings mediaSettings, IGenericAttributeService genericAttributeService, ICustomerFollowService customerFollowService ) : System | ||
customerProfileService | CustomerProfileService | |
customerProfileViewService | CustomerProfileViewService | |
customerService | ICustomerService | |
mobSocialService | IMobSocialService | |
customerFavoriteSongService | ICustomerFavoriteSongService | |
musicService | IMusicService | |
workContext | IWorkContext | |
friendService | IFriendService | |
pictureService | IPictureService | |
mobSocialSettings | mobSocialSettings | |
mediaSettings | Nop.Core.Domain.Media.MediaSettings | |
genericAttributeService | IGenericAttributeService | |
customerFollowService | ICustomerFollowService | |
return | System |