Пример #1
0
 protected string GetDepartment(int id)
 {
     BLL.cDepartment bllca = new BLL.cDepartment();
     return(bllca.GetModel(id).cDName);
 }