C# Класс CardShop.Service.ManageStoreService

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

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

Метод Описание
EditStore ( Store ownedStore, Store changesToStore, bool &success ) : Store

Edits the Discount to the Store

GetStores ( int ownerId ) : List

virtual Method for Lambda expression to get all stores

ManageStoreService ( ) : System

No-Args constructor sets singleton instance of PracticeGDVPDao

OwnedStore ( int ownerId ) : Store

Find a Store which is owned by the ownerId

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

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

Edits the Discount to the Store
public EditStore ( Store ownedStore, Store changesToStore, bool &success ) : Store
ownedStore CardShop.Models.Store
changesToStore CardShop.Models.Store
success bool
Результат CardShop.Models.Store

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

virtual Method for Lambda expression to get all stores
public GetStores ( int ownerId ) : List
ownerId int
Результат List

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

No-Args constructor sets singleton instance of PracticeGDVPDao
public ManageStoreService ( ) : System
Результат System

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

Find a Store which is owned by the ownerId
public OwnedStore ( int ownerId ) : Store
ownerId int Presumed store owner
Результат CardShop.Models.Store