Esempio n. 1
0
        public object Do(PropertyInfo info, string tableValue)
        {
            var informant = new Informant();

            informant.Identity = tableValue;
            return(informant);
        }
Esempio n. 2
0
 public object Do(PropertyInfo info, string tableValue)
 {
     var informant = new Informant();
     informant.Identity = tableValue;
     return informant;
 }