Пример #1
0
 public static string Age(this DataRow row)
 {
     return(Politicians.GetAgeFromDateTime(row.DateOfBirth()));
 }