예제 #1
0
 internal Tank Get(int id)
 {
     return(_tankRepository.Get(id));
 }