public CustomerImageViewModel(CustomerImageDto dto)
 {
     CustomerImage = dto;
 }
Пример #2
0
 public CustomerImageViewModel(CustomerImageDto dto)
 {
     CustomerImage = dto;
 }