C# Класс RibbitMvc.Services.UserProfileService

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

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

Метод Описание
GetBy ( int id ) : UserProfile
Update ( EditProfileViewModel model ) : void
UserProfileService ( IContext context ) : System

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

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

public GetBy ( int id ) : UserProfile
id int
Результат RibbitMvc.Models.UserProfile

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

public Update ( EditProfileViewModel model ) : void
model RibbitMvc.ViewModel.EditProfileViewModel
Результат void

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

public UserProfileService ( IContext context ) : System
context IContext
Результат System