Esempio n. 1
0
 public IActionResult PostCopy(MoveOrCopy copy)
 {
     return(PerformCopy(
                copy,
                i => _memberTypeService.Get(i),
                (type, i) => _memberTypeService.Copy(type, i)));
 }