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