/// <summary> /// /// </summary> public VampiresController() { _otherLibraryService = new OtherLibraryService(); }
/// <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(); }