takeFrom method

void takeFrom(
  1. ISunnyContact _source,
  2. ISunnyContact _target
)
inherited

Implementation

void takeFrom(V _source, V _target) {
  repository.takeFrom(_source, _target);
}