Example #1
0
 public IEnumerable <E> GetList <E>() where E : class
 {
     return(commonR.GetList <E>());
 }