Esempio n. 1
0
 public PrestamosController(IPrestamoService service)
 {
     _service = service;
 }
Esempio n. 2
0
 /// <summary>
 /// Public constructor to initialize product service instance
 /// </summary>
 public PrestamoController()
 {
     _prestamoService = new PrestamoServices();
 }