C# Class ConOverConf.Persistence.Repositories.StoreRepository

Inheritance: IStoreRepository
Datei anzeigen Open project: torkelo/pimpmycode

Public Methods

Method Description
GetBy ( System.Guid id ) : Store
Save ( Store store ) : void

Method Details

GetBy() public method

public GetBy ( System.Guid id ) : Store
id System.Guid
return ConOverConf.Core.Models.Store

Save() public method

public Save ( Store store ) : void
store ConOverConf.Core.Models.Store
return void