C# Class DevRainSolutions.KyivSmartCity.New.Areas.Admin.Models.VolunteerRepository

Inheritance: IVolunteerRepository
ファイルを表示 Open project: DevRainSolutions/KyivSmartCity

Public Methods

Method Description
AllIncluding ( ) : IQueryable
Delete ( int id ) : void
Dispose ( ) : void
Find ( int id ) : Volunteer
InsertOrUpdate ( Volunteer volunteer ) : void
Save ( ) : void

Method Details

AllIncluding() public method

public AllIncluding ( ) : IQueryable
return IQueryable

Delete() public method

public Delete ( int id ) : void
id int
return void

Dispose() public method

public Dispose ( ) : void
return void

Find() public method

public Find ( int id ) : Volunteer
id int
return DevRainSolutions.KyivSmartCity.New.Models.Volunteer

InsertOrUpdate() public method

public InsertOrUpdate ( Volunteer volunteer ) : void
volunteer DevRainSolutions.KyivSmartCity.New.Models.Volunteer
return void

Save() public method

public Save ( ) : void
return void