using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data; namespace DataDictionary.BLL { public class PersonDuty { public static DataTable GetDataTablePersonDuty() { return new DAL.PersonDutyDB().GetDataTablePersonDuty(); } } }