Beispiel #1
0
 public ActionResult <PatchAdmUserResponse> PatchAdmUser(int admUserID, JsonPatchDocument <PatchAdmUser> jsonPatchDocument)
 {
     return(_usersLogic.PatchAdmUser(admUserID, jsonPatchDocument));
 }