14 lines
217 B
C#
14 lines
217 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using SOH.Entities;
|
|
|
|
namespace SOH.BLL
|
|
{
|
|
public interface It_ksjb
|
|
{
|
|
List<t_ksjb> GetksjbByjbbm(int jbbm);
|
|
}
|
|
}
|