using System; using System.Collections.Generic; using System.Linq; using System.Text; using SOH.Entities; namespace SOH.BLL { public interface It_ksjb { List GetksjbByjbbm(int jbbm); } }