Esempio n. 1
0
 public Response <bool> SubraceDelete(Request <Guid> req)
 {
     return(_dictionaryOperations.DeleteSubrace(req.Value));
 }