11 lines
No EOL
294 B
C#
11 lines
No EOL
294 B
C#
using Retroactiune.Core.Entities;
|
|
|
|
namespace Retroactiune.DataTransferObjects
|
|
{
|
|
/// <summary>
|
|
/// FeedbackReceiverDto is the DTO for <see cref="FeedbackReceiver"/>, used in outgoing requests.
|
|
/// </summary>
|
|
public class FeedbackReceiverOutDto : FeedbackReceiver
|
|
{
|
|
}
|
|
} |