コード例 #1
0
ファイル: RoomService.cs プロジェクト: pkdesouza/IngressoWeb
 public RoomService(IngressoWebContext context)
 {
     Context = context;
 }
コード例 #2
0
 public MovieService(IngressoWebContext context)
 {
     Context = context;
 }
コード例 #3
0
 public SessionService(IngressoWebContext context)
 {
     Context = context;
 }