コード例 #1
0
 public static int DeleteConnectionById(int connId)
 {
     return(ConnectionDAL.DeleteConnectionById(connId));
 }