예제 #1
0
 public Sponsor FindSponsorProfile(string id)
 {
     return(_repo.FindSponsorProfile(id));
 }