|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace NFine.Domain.ViewModel
|
|
{
|
|
public class AuthorizeActionModel
|
|
{
|
|
public string F_Id { set; get; }
|
|
public string F_UrlAddress { set; get; }
|
|
}
|
|
}
|