Example #1
0
 public Mechanic DeleteMechanic(int id)
 {
     return(_serviceRepository.DeleteMechanic(id));
 }