コード例 #1
0
ファイル: SideBarCreator.cs プロジェクト: her-woqu/hello
 public SideBarCreator(XireManager.Models.XireManagerEntities context)
 {
     _context = context;
 }
コード例 #2
0
ファイル: ActionLinkCreator.cs プロジェクト: her-woqu/hello
 public ActionLinkCreator(XireManager.Models.XireManagerEntities context)
 {
     _context = context;
 }