/// <summary> /// /// </summary> /// <returns></returns> public async Task <IEnumerable <TestModel> > GetAll() { return(await dapper.SelectAsync <TestModel>(SQL_Select)); }