public object CreateVm(IPublishedElement model, IDictionary <string, object> contextItems, dynamic config = null)
 {
     return(svc.GetProfiles(0));
 }
Example #2
0
 public vmBlock_TeacherProfiles GetProfiles(int page)
 {
     return(svc.GetProfiles(page));
 }