Exemplo n.º 1
0
 public async Task <APIResult> GetsFull()
 {
     return(new APIResult()
     {
         Result = 0,
         Data = await productQueries.GetsFull()
     });
 }