예제 #1
0
 public void CreateNewDetaliuComanda(DetaliuComandaDto detaliuComandaDto)
 {
     detaliuComandaService.CreateNew(detaliuComandaDto);
 }
예제 #2
0
 public void UpdateDetaliuComanda(DetaliuComandaDto detaliuComandaDto)
 {
     detaliuComandaService.Update(detaliuComandaDto);
 }