コード例 #1
0
 public Log Get([FromODataUri] int key)
 {
     return(_context.Find <Log>(key));
 }