using Newtonsoft.Json; using System.Runtime.Serialization; namespace ShareeBike.Repository.Response { [DataContract] [JsonObject(ItemNullValueHandling = NullValueHandling.Ignore)] public class SubmitFeedbackResponse : ResponseBase { } }