예제 #1
0
 internal void Put(int id, Tank value)
 {
     _tankRepository.Put(id, value);
 }