Ejemplo n.º 1
0
 /// <inheritdoc />
 /// <summary>
 /// Creates the specified operate.
 /// </summary>
 /// <param name="operate">The operate.</param>
 public void Create(Operatie operate)
 {
     _context.Operatii.Add(operate);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <bool> DeleteOperatieAsync(CarService.Operatie operatie)
 {
     return(base.Channel.DeleteOperatieAsync(operatie));
 }
Ejemplo n.º 3
0
 public bool DeleteOperatie(CarService.Operatie operatie)
 {
     return(base.Channel.DeleteOperatie(operatie));
 }
Ejemplo n.º 4
0
 public System.Threading.Tasks.Task <bool> AddOperatieAsync(CarService.Operatie operatieId, CarService.DetaliuComanda detaliuComanda)
 {
     return(base.Channel.AddOperatieAsync(operatieId, detaliuComanda));
 }
Ejemplo n.º 5
0
 public bool AddOperatie(CarService.Operatie operatieId, CarService.DetaliuComanda detaliuComanda)
 {
     return(base.Channel.AddOperatie(operatieId, detaliuComanda));
 }
Ejemplo n.º 6
0
 public bool CreateOperatie(CarService.Operatie operatie)
 {
     return(base.Channel.CreateOperatie(operatie));
 }