예제 #1
0
 public TotalProfileModel totalData(int userId, int profileId)
 {
     return(dataAccess.totalProfile(userId, profileId));
 }