ScientificReport
UpdateUserRequest.cs
Go to the documentation of this file.
1 using System;
2 
3 namespace ScientificReport.DTO.Models
4 {
5  public class UpdateUserRequest
6  {
7  public Guid UserId { get; set; }
8  }
9 }