コード例 #1
0
 /// <summary>
 ///
 /// </summary>
 public VampiresController()
 {
     _otherLibraryService = new OtherLibraryService();
 }
コード例 #2
0
 /// <summary>
 ///
 /// </summary>
 public DragonsController()
 {
     _otherLibraryService = new OtherLibraryService();
 }
コード例 #3
0
 /// <summary>
 ///
 /// </summary>
 public WerewolvesController()
 {
     _otherLibraryService = new OtherLibraryService();
 }
コード例 #4
0
 /// <summary>
 ///
 /// </summary>
 public OrksController()
 {
     _otherLibraryService = new OtherLibraryService();
 }
コード例 #5
0
 /// <summary>
 ///
 /// </summary>
 public GiantsController()
 {
     _otherLibraryService = new OtherLibraryService();
 }
コード例 #6
0
 /// <summary>
 ///
 /// </summary>
 public ZombiesController()
 {
     _otherLibraryService = new OtherLibraryService();
 }