using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.ServiceModel; using RDH.Data.Models; //:IRegable ,IBaseBLL,ISnapshotBLL namespace RDH.Data.BLL { public partial interface IPatientOperationInfoBLL:IRegable ,IBaseBLL,ISnapshotBLL { } }