📦 XVincentX / JsAction

📄 JsqUpdateMethod.cs · 16 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace JsAction.mvcct
{
    /// <summary>
    /// Design a method to be an Update Entity method
    /// </summary>
    [AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
    public class JsqUpdateMethodAttribute : Attribute
    {
    }
}