Example #1
0
 public EpisodioCEN(IEpisodioCAD _IEpisodioCAD)
 {
     this._IEpisodioCAD = _IEpisodioCAD;
 }
Example #2
0
 public EpisodioCEN()
 {
     this._IEpisodioCAD = new EpisodioCAD();
 }