예제 #1
0
 public int NoOfSupports(int id)
 {
     return(updateSupportService.GetSupportcount(id));
 }