Exemplo n.º 1
0
 public string Post([FromForm] Task task)
 {
     _mongoDbContext.Create(task);
     return(task.Id.ToString());
 }