sharee.bike-App/TINKLib/Repository/Response/SubmitFeedbackResponse.cs
2021-06-26 20:57:55 +02:00

7 lines
109 B
C#

namespace TINK.Repository.Response
{
public class SubmitFeedbackResponse : ResponseBase
{
}
}