示例#1
0
 void IPartnersCommand.SetPartner(Guid userId, Guid?partnerId)
 {
     _repository.SetPartner(userId, partnerId);
 }