public List <EmployeeDto> GetEmployees() { List <EmployeeDto> lstempdto = new List <EmployeeDto>(); GroupOtherReceiptDll obj = new GroupOtherReceiptDll(); lstempdto = obj.GetEmployees(); return(lstempdto); }
public GroupOtherReceiptService() { _groupOtherReceiptDal = new GroupOtherReceiptDll(); }