Esempio n. 1
0
 public ProductController(ISQLProductService sqlProductService)
 {
     _sqlProductService = sqlProductService;
 }