ScientificReport
UserDetailsModel.cs
Go to the documentation of this file.
1 namespace ScientificReport.DTO.Models.UserProfile
2 {
3  public class UserDetailsModel
4  {
5  public DAL.Entities.UserProfile.UserProfile User { get; set; }
6 
7  public string FullPositionTitle { get; set; }
8  }
9 }