コード例 #1
0
 public bool Exists(int id)
 {
     return(dbUser.Exists(id));
 }