コード例 #1
0
 public EFCAddUserImplementation(TVShowsServiceContext context) : base(context)
 {
 }
コード例 #2
0
 protected EFCBaseClass(TVShowsServiceContext context)
 {
     Context = context;
 }
コード例 #3
0
 public EFCGetShowsImplementation(TVShowsServiceContext context) : base(context)
 {
 }