Example #1
0
 public CustomHeader GetById(int id)
 {
     return(_customHeaderRepository.GetSingleById(id));
 }