예제 #1
0
 public void UpdateResource(Resource entity, UpdateResourceModel model)
 {
     model.CopyTo(entity);
 }