示例#1
0
 public async Task Follow(int callerId, int userId)
 {
     await relationshipManager.Follow(callerId, userId);
 }