Ejemplo n.º 1
0
 public SaveResult SaveChanges(JObject saveBundle)
 {
     return(studentRepo.ClientSave(saveBundle));
 }