using System; using System.Collections.Generic; using System.Text; namespace Txgy.RBS.IDAL { public interface ILoginDal : IBaseService { } }