using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace WebApplet.Models { public class Response { public string message { get; set; } public string code { get; set; } } }