예제 #1
0
 public void DeleteWatch(int id)
 {
     watchRepository.Delete(watchRepository.GetById(id));
     unitOfWork.Commit();
 }