示例#1
0
        public List <EmployeeDto> GetEmployees()
        {
            List <EmployeeDto>   lstempdto = new List <EmployeeDto>();
            GroupOtherReceiptDll obj       = new GroupOtherReceiptDll();

            lstempdto = obj.GetEmployees();
            return(lstempdto);
        }
示例#2
0
 public GroupOtherReceiptService()
 {
     _groupOtherReceiptDal = new GroupOtherReceiptDll();
 }