using Znyc.CloudCar.Model.Dtos.Feedback;
using Znyc.CloudCar.Model.ViewModels.ReportsCallBack;
namespace Znyc.CloudCar.IServices.Feedback
{
public interface IFeedbackService
{
///
/// 新增意见反馈
///
///
///
Task AddFeedbackAsync(FeedbackAddInput input);
}
}