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