コード例 #1
0
ファイル: PublicService.cs プロジェクト: ashfaqadib/fastfood
 public string GetCommenterName(int custId)
 {
     return(revRepo.GetCommenterName(custId));
 }