C# Класс AreasExample.Areas.Admin.Models.ProfileRepository

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

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

Метод Описание
Add ( Profile profile ) : void
Find ( ) : IQueryable
Find ( string username ) : Profile
GetAll ( ) : IEnumerable

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

Метод Описание
ProfileRepository ( ) : System.Collections.Generic

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

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

public Add ( Profile profile ) : void
profile Profile
Результат void

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

public Find ( ) : IQueryable
Результат IQueryable

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

public Find ( string username ) : Profile
username string
Результат Profile

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

public GetAll ( ) : IEnumerable
Результат IEnumerable