初始化CRICS
This commit is contained in:
14
Service/IECO_RoomDetailManager.cs
Normal file
14
Service/IECO_RoomDetailManager.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using Domain;
|
||||
|
||||
namespace Service
|
||||
{
|
||||
public interface IECO_RoomDetailManager : IGenericManager<ECO_Detail>
|
||||
{
|
||||
int Add(ECO_Detail test);
|
||||
new void Update(ECO_Detail n);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user