Example #1
0
 public List <RepairItemDto> GetAllRepairItem()
 {
     return(_repairItemRepository.GetAllRepairItem());
 }