Пример #1
0
 public SystemConfig GetByID(int id)
 {
     return(_systemConfigRepository.GetSingleByID(id));
 }