Files
2013-02-28 17:15:46 +11:00

13 lines
285 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace Disco.Web.Areas.API.Models.Attachment
{
public class AttachmentModel
{
public _AttachmentModel Attachment { get; set; }
public string Result { get; set; }
}
}