Beispiel #1
0
 public List <T> GetList <T>(string tsql) where T : class
 {
     return(_context.GetList <T>(tsql));
 }