ModelResponse.cs
381 Bytes
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace ControlPanel.Models.Response
{
public class ModelResponse
{
public string titlesubscriber;
public string titlecontact;
public bool siren;
public List<EventAgk> lsteventagkconfirm;
public List<EventAgk> lsteventagkstate;
}
}