コード例 #1
0
 public bool CategoryExists(int id)
 {
     return(_categoryGateway.Exists(id));
 }