コード例 #1
0
 public static bool CheckFromTo(Guid from, Guid to)
 {
     return(ConnectionDAL.CheckFromTo(from, to));
 }