public SucKhoeEditViewModel(ThongTinCaNhanViewModel original, IMapper mapper) : this() { mapper.Map(original, this); }
public ThongTinDuTuyenEditViewModel(ThongTinCaNhanViewModel original, IMapper mapper) : this() { mapper.Map(original, this); }