13 lines
255 B
C#
13 lines
255 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Web;
|
|
using System.Web.Mvc;
|
|
|
|
namespace Disco.Web.Models.Job
|
|
{
|
|
public class CreateRedirectModel
|
|
{
|
|
public string RedirectLink { get; set; }
|
|
}
|
|
} |