Example #1
0
 public IEnumerable <Warranty> GetAll()
 {
     return(_warrantyRepository.GetAll());
 }
Example #2
0
 public IEnumerable <Warranty> GetAll(string[] includes = null)
 {
     return(_warrantyRepository.GetAll(includes));
 }