예제 #1
0
 public EditSponsor GetDetail(long Id)
 {
     return(_sponsorRepository.GetDetail(Id));
 }