Browse Source

feat(platform): protected attachment and comment entity

pull/1039/head
colin 1 year ago
parent
commit
0a3b3ac112
  1. 2
      aspnet-core/modules/platform/LINGYUN.Platform.Domain/LINGYUN/Platform/Feedbacks/FeedbackAttachment.cs
  2. 2
      aspnet-core/modules/platform/LINGYUN.Platform.Domain/LINGYUN/Platform/Feedbacks/FeedbackComment.cs

2
aspnet-core/modules/platform/LINGYUN.Platform.Domain/LINGYUN/Platform/Feedbacks/FeedbackAttachment.cs

@ -16,7 +16,7 @@ public class FeedbackAttachment : CreationAuditedEntity<Guid>, IMultiTenant
}
public FeedbackAttachment(
internal FeedbackAttachment(
Guid id,
Guid feedbackId,
string name,

2
aspnet-core/modules/platform/LINGYUN.Platform.Domain/LINGYUN/Platform/Feedbacks/FeedbackComment.cs

@ -18,7 +18,7 @@ public class FeedbackComment : AuditedEntity<Guid>, IMultiTenant
}
public FeedbackComment(
internal FeedbackComment(
Guid id,
Guid feedbackId,
string capacity,

Loading…
Cancel
Save