Esempio n. 1
0
 public bool ConnectWithUser(int accountId,int targetId)
 {
     return _connectOnCommuteDao.ConnectWithUser(accountId, targetId);
 }