예제 #1
0
파일: ProductDao.cs 프로젝트: Sedrium/Api
 public void Update(TypeOfClass entityToUpdate)
 {
     _dataChanger.UpdateData(entityToUpdate);
 }