예제 #1
0
 public bool ReadBoolean(string name)
 {
     return(_dto.GetValue <bool>(name, false));
 }