コード例 #1
0
ファイル: CitationController.cs プロジェクト: mbgreen/GHV
 public CitationController(GHVEntities entities, UserSessionVerificationService vertificationService)
 {
     this.entities = entities;
     this.vertificationService = vertificationService;
 }
コード例 #2
0
ファイル: TwilioController.cs プロジェクト: mbgreen/GHV
 public TwilioController(GHVEntities context, UserSessionVerificationService u)
 {
     _context = context;
     _userSessionVerificationService = u;
 }