예제 #1
0
 public Footer GetByID(int id)
 {
     return(_footerRepository.GetSingleByID(id));
 }