-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
psp-6984 add support for activity documents #3554
Conversation
✅ No secrets were detected in the code. |
Codecov Report
@@ Coverage Diff @@
## dev #3554 +/- ##
==========================================
+ Coverage 69.22% 69.27% +0.04%
==========================================
Files 1370 1370
Lines 33539 33597 +58
Branches 6233 6238 +5
==========================================
+ Hits 23218 23274 +56
- Misses 10071 10072 +1
- Partials 250 251 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
#region Methods | ||
|
||
/// <summary> | ||
/// Get a list of all the document file relationships for a a given acquisition file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for a given property activity
/// Get a list of all the document file relationships for a a given acquisition file. | ||
/// </summary> | ||
/// <returns></returns> | ||
public IList<PimsPropertyActivityDocument> GetAllByPropertyActivityFile(long fileId) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
variable and method naming looks copy pasted?
fileId => activityId | propertyActivityId
GetAllByPropertyActivityFile => GetAllByPropertyActivity
✅ No secrets were detected in the code. |
1 similar comment
✅ No secrets were detected in the code. |
01983ab
to
03abae6
Compare
✅ No secrets were detected in the code. |
1 similar comment
✅ No secrets were detected in the code. |
No description provided.