コード例 #1
0
 public void Update(StatsInventory entity)
 {
     Validate(entity);
     _inventoryStatisticsRepository.Update(entity);
 }