public EmployeeMasterService(IEmployeeMasterRepository EmployeeMasterRepository, IUnitOfWork unityOfWork) { this._EmployeeMasterRepository = EmployeeMasterRepository; this._unitOfWork = unityOfWork; }
public ReportEmployeeMaster(IEmployeeMasterRepository employeeMastersRepository) { this.employeeMastersRepository = employeeMastersRepository; }