初始化CRICS
This commit is contained in:
12
Service/Implement/RoomStatusManager.cs
Normal file
12
Service/Implement/RoomStatusManager.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using Domain;
|
||||
|
||||
namespace Service.Implement
|
||||
{
|
||||
public class RoomStatusManager : GenericManagerBase<RoomStatus>, IRoomStatusManager
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user