예제 #1
0
 public async Task <IEnumerable <Product> > GetProduct()
 {
     return(await _IDapperRepository.GetRecords <Product>("Select * from SalesLT.Product"));
 }