예제 #1
0
 internal List <LC_BuyerDepartment> GetBuyerDepartmentList(string Ocode)
 {
     return(_BuyerDal.GetBuyerDepartmentList(Ocode));
 }