Exemplo n.º 1
0
 public Task <LaptopViewModel> GetByIdViewModelAsync(Expression <Func <LaptopViewModel, bool> > filter = null)
 {
     /* Business Codes Here */
     return(_laptopRepository.GetByIdViewModelAsync());
 }