Пример #1
0
 public Planning ReadById(long id)
 {
     return(_planningRepository.ReadById(id));
 }