示例#1
0
 public Response <bool> ItemTypeDelete(Request <Guid> req)
 {
     return(_dictionaryOperations.DeleteItemType(req.Value));
 }