public ApprovalSetting GetApprovalSetting(string RequestType, int value) { return(_settingController.GetApprovalSettingforProcess(RequestType, value)); }
public ApprovalSetting GetApprovalSettingforProcess(string Requesttype, decimal value) { return(_settingController.GetApprovalSettingforProcess(Requesttype, value)); }