changed all lambda experssion variables to z from various where appropriate
This commit is contained in:
@@ -354,7 +354,7 @@ namespace AyaNova.Util
|
||||
{
|
||||
|
||||
//check ref count of file
|
||||
var count = await ct.FileAttachment.LongCountAsync(w => w.StoredFileName == fileAttachmentToBeDeleted.StoredFileName);
|
||||
var count = await ct.FileAttachment.LongCountAsync(z => z.StoredFileName == fileAttachmentToBeDeleted.StoredFileName);
|
||||
|
||||
//Store in DB
|
||||
ct.FileAttachment.Remove(fileAttachmentToBeDeleted);
|
||||
|
||||
Reference in New Issue
Block a user