Ejemplo n.º 1
0
 public void CreateNewComanda(ComandaDto comandaDto)
 {
     comandaService.CreateNew(comandaDto);
 }