ScientificReport
PatentLicenseActivityUpdUserRequest.cs
Go to the documentation of this file.
1 using System;
2 
3 namespace ScientificReport.DTO.Models.PatentLicenseActivity
4 {
6  {
7  public Guid UserId { get; set; }
8 
9  public DAL.Entities.PatentLicenseActivity.Types ActivityType { get; set; }
10  }
11 }