Exemple #1
0
 public static bool Exists(int userId, int infoId)
 {
     return(dal.Exists(userId, infoId));
 }