Exemplo n.º 1
0
 public JsonNetResult <object> UnlockAllEntities()
 {
     EntityObjectService.UnlockAllEntitiesLockedByCurrentUser();
     return(null);
 }
Exemplo n.º 2
0
 public JsonResult UnlockAllEntities()
 {
     EntityObjectService.UnlockAllEntitiesLockedByCurrentUser();
     return(Json(null));
 }