Neighbourhood.omg.lol/Models/DeleteResponseData.cs

12 lines
265 B
C#
Raw Normal View History

2024-06-20 06:46:12 +00:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Neighbourhood.omg.lol.Models {
public class DeleteResponseData : IOmgLolResponseData {
public string Message { get; set; }
}
}