public CustomerImageViewModel(CustomerImageDto dto)
 {
     CustomerImage = dto;
 }
예제 #2
0
 public CustomerImageViewModel(CustomerImageDto dto)
 {
     CustomerImage = dto;
 }