public DevolucionesController(IDevolucionService service)
 {
     _service = service;
 }
Пример #2
0
 /// <summary>
 /// Vale controller constructor
 /// </summary>
 /// <param name="vale_service">Injects vale service</param>
 public DevolucionController(IDevolucionService devolucion_service)
 {
     this.devolucion_service = devolucion_service;
 }