/// <summary>Initializes a new instance of the Ulacit.Mandiola.API.Controllers.ConsecutiveController class.</summary>
 /// <param name="consecutiveService">The consecutive service.</param>
 public ConsecutiveController(IConsecutiveService consecutiveService)
 {
     _consecutiveService = consecutiveService;
 }