using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Text; using SOH.Entities; namespace SOH.BLL { public interface Its_khComm { List Getkhlx(); List Getkhly(); List Getkhzt(); List Getquyu(); List Gethangye(); DataTable GetXsy(); } }