コード例 #1
0
ファイル: ProductDao.cs プロジェクト: Sedrium/Api
 public void Update(TypeOfClass entityToUpdate)
 {
     _dataChanger.UpdateData(entityToUpdate);
 }