コード例 #1
0
 public ComandaProdutoController(ComandaProdutoService comandaProdutoService)
 {
     _comandaProdutoService = comandaProdutoService;
 }
コード例 #2
0
 public ComandaProdutoController(ComandaProdutoService ComandaProdutoService)
 {
     _ComandaProdutoService = ComandaProdutoService;
 }