コード例 #1
0
 public Task <LabelView> Details(int id)
 {
     return(_labels.Find(id));
 }