コード例 #1
0
 private void LogExistance(string type, DboRef dboName, bool result, string spec = "")
 {
     LogExistance(type, dboName.ToString(), result, spec);
 }