예제 #1
0
 public static TResult GetFromDbValue <TResult>(object dbValue) => Converts.ConvertTo <TResult>(dbValue);