C# Класс MusicStore.Services.CartService

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

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

Метод Описание
CartService ( ICartDao cartDao ) : System.Collections.Generic
Delete ( Cart genre ) : void
GetById ( long id ) : Cart
GetList ( ) : IList
Save ( Cart cart ) : Cart

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

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

public CartService ( ICartDao cartDao ) : System.Collections.Generic
cartDao ICartDao
Результат System.Collections.Generic

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

public Delete ( Cart genre ) : void
genre Cart
Результат void

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

public GetById ( long id ) : Cart
id long
Результат Cart

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

public GetList ( ) : IList
Результат IList

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

public Save ( Cart cart ) : Cart
cart Cart
Результат Cart