Tested and reconfigured ability to add files to the main corrective action form.

This commit is contained in:
Daniel Wathen
2023-02-20 15:24:27 -07:00
parent 2366bef0d3
commit 0dd3d4ec2a
20 changed files with 114 additions and 555 deletions

View File

@ -325,7 +325,6 @@ namespace Fab2ApprovalSystem.DMO
/// <returns></returns>
public IEnumerable<CA_Attachment> GetCAAttachmentsList(int caNo, string section)
{
var parameters = new DynamicParameters();
parameters.Add("@CANo", caNo);
parameters.Add("@Section", section);