예제 #1
0
 public string CreateMechanic(MechanicViewModel model)
 {
     return(_MechanicRepository.CreateMechanic(model));
 }