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