Example #1
0
 public async Task <ActionResult <bool> > Log(SpindelLog data)
 {
     return(await _logDb.Log(data));
 }