Class CashDrawerServiceBase
Abstract base class - CashDrawerServiceBase
Inheritance
System.Object
CashDrawerServiceBase
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public abstract class CashDrawerServiceBase : EntityService<CashDrawerEntity>, ICashDrawerService, IEntityService<CashDrawerEntity>, IService
Constructors
CashDrawerServiceBase()
Declaration
protected CashDrawerServiceBase()
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService