Exemple #1
0
 public static StudentPreview Get(int id)
 {
     return(ObjectUtil.GetPreview(id, () => new StudentPreviewObjectFactory()));
 }