Changeset a55ef91 for Farmatiko/Controllers/HealthcareWorkerController.cs
- Timestamp:
- 07/31/20 10:15:02 (5 years ago)
- Branches:
- master
- Children:
- d8fafb8
- Parents:
- 4e72684
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Farmatiko/Controllers/HealthcareWorkerController.cs
r4e72684 ra55ef91 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Threading.Tasks; 1 using System.Linq; 5 2 using FarmatikoData.Models; 6 3 using FarmatikoServices.FarmatikoServiceInterfaces; … … 20 17 21 18 [HttpGet] 22 public I Enumerable<HealthcareWorkers> Get()19 public IQueryable<HealthcareWorkers> Get() 23 20 { 24 21 return _healthcareWorkerService.GetAll();
Note:
See TracChangeset
for help on using the changeset viewer.