C# Класс Nop.Plugin.WebApi.MobSocial.Controllers.CustomerProfileApiController

Наследование: BaseMobApiController
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
AddFavoriteSong ( CustomerFavoriteSong favoriteSong ) : void
DeleteFavoriteSong ( int id ) : void
SaveCustomerProfile ( CustomerProfileModel customerProfile ) : void
SetPictureAs ( EntitySetImageModel model ) : IHttpActionResult
UpdateFavoriteSongOrder ( int favoriteSongId, int displayOrder ) : void
UploadPicture ( ) : IHttpActionResult

Описание методов

CustomerProfileApiController() публичный Метод

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
Результат System