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