Beispiel #1
0
 /// <summary>
 ///
 /// </summary>
 public VampiresController()
 {
     _otherLibraryService = new OtherLibraryService();
 }
Beispiel #2
0
 /// <summary>
 ///
 /// </summary>
 public DragonsController()
 {
     _otherLibraryService = new OtherLibraryService();
 }
 /// <summary>
 ///
 /// </summary>
 public WerewolvesController()
 {
     _otherLibraryService = new OtherLibraryService();
 }
 /// <summary>
 ///
 /// </summary>
 public OrksController()
 {
     _otherLibraryService = new OtherLibraryService();
 }
 /// <summary>
 ///
 /// </summary>
 public GiantsController()
 {
     _otherLibraryService = new OtherLibraryService();
 }
 /// <summary>
 ///
 /// </summary>
 public ZombiesController()
 {
     _otherLibraryService = new OtherLibraryService();
 }