C# Class Crosschat.Server.Application.Services.ProfileService

Inheritance: Crosschat.Server.Application.Seedwork.AppService
Show file Open project: EgorBo/CrossChat-Xamarin.Forms

Public Methods

Method Description
ChangePhoto ( ISession session, ChangePhotoRequest request ) : ChangePhotoResponse
ProfileService ( IUnitOfWorkFactory unitOfWorkFactory, IFileStorage fileStorage, ISessionManager sessionManager, ProfileChangesNotificator profileChangesNotificator ) : System

Method Details

ChangePhoto() public method

public ChangePhoto ( ISession session, ChangePhotoRequest request ) : ChangePhotoResponse
session ISession
request Crosschat.Server.Application.DataTransferObjects.Requests.ChangePhotoRequest
return Crosschat.Server.Application.DataTransferObjects.Requests.ChangePhotoResponse

ProfileService() public method

public ProfileService ( IUnitOfWorkFactory unitOfWorkFactory, IFileStorage fileStorage, ISessionManager sessionManager, ProfileChangesNotificator profileChangesNotificator ) : System
unitOfWorkFactory IUnitOfWorkFactory
fileStorage IFileStorage
sessionManager ISessionManager
profileChangesNotificator Crosschat.Server.Application.Services.Helpers.ProfileChangesNotificator
return System