sharee.bike-App/TINKLib/Repository/Response/SubmitFeedbackResponse.cs

7 lines
100 B
C#
Raw Normal View History

2021-06-26 20:57:55 +02:00
namespace TINK.Repository.Response
2021-05-13 20:03:07 +02:00
{
2022-09-06 16:08:19 +02:00
public class SubmitFeedbackResponse : ResponseBase
{
}
2021-05-13 20:03:07 +02:00
}