示例#1
0
 public CreateModel(UNA.Web.Client.Context.CustomContext context)
 {
     _context = context;
 }
示例#2
0
文件: Edit.cshtml.cs 项目: gercyc/UNA
 public EditModel(UNA.Web.Client.Context.CustomContext context)
 {
     _context = context;
 }
示例#3
0
 public DetailsModel(UNA.Web.Client.Context.CustomContext context)
 {
     _context = context;
 }
示例#4
0
 public IndexModel(UNA.Web.Client.Context.CustomContext context)
 {
     _context = context;
 }