예제 #1
0
 public UInt64 PostSpace([FromBody] JObject model)                          // HTTP POST - posts a new space
 {
     return(spaceRepository.SaveSpace(model));
 }