예제 #1
0
 /// <summary>
 /// 获取所有销售公司的二级部门
 /// </summary>
 /// <returns></returns>
 public IList <Bill_Departments> GetAllDeptsedsel()
 {
     return(deptDal.GetAllDeptsedsale());
 }