예제 #1
0
 public PreviewProfileModel previewData(int userId, int typePeriod)
 {
     return(dataAccess.previewProfile(userId, typePeriod));
 }