using System;
using System.Text;
using System.Collections.Generic;
using System.Data;
using System.Runtime.Serialization;
using System.Linq;
namespace IStation.IDAL
{
///
/// 项目
///
public interface IProject : IBaseDAL where T : Entity.Project, new()
{
}
}