Exemplo n.º 1
0
 /// <summary>
 ///
 /// </summary>
 public VampiresController()
 {
     _otherLibraryService = new OtherLibraryService();
 }
Exemplo n.º 2
0
 /// <summary>
 ///
 /// </summary>
 public DragonsController()
 {
     _otherLibraryService = new OtherLibraryService();
 }
 /// <summary>
 ///
 /// </summary>
 public WerewolvesController()
 {
     _otherLibraryService = new OtherLibraryService();
 }
Exemplo n.º 4
0
 /// <summary>
 ///
 /// </summary>
 public OrksController()
 {
     _otherLibraryService = new OtherLibraryService();
 }
Exemplo n.º 5
0
 /// <summary>
 ///
 /// </summary>
 public GiantsController()
 {
     _otherLibraryService = new OtherLibraryService();
 }
Exemplo n.º 6
0
 /// <summary>
 ///
 /// </summary>
 public ZombiesController()
 {
     _otherLibraryService = new OtherLibraryService();
 }