Beispiel #1
0
 public CategoryAddOrUpdateResponseDto(ArchitectureCheckList.Models.Category entity)
     : base(entity)
 {
 }
Beispiel #2
0
 public CategoryDto(ArchitectureCheckList.Models.Category entity)
 {
     this.Id   = entity.Id;
     this.Name = entity.Name;
 }