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

Inheritance: Crosschat.Server.Application.Seedwork.AppService
Afficher le fichier Open project: EgorBo/CrossChat-Xamarin.Forms

Méthodes publiques

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

Method Details

ChangePhoto() public méthode

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

ProfileService() public méthode

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