- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Farmatiko/Controllers/HealthFacilitiesController.cs
rc73269d rc406ae5 26 26 } 27 27 [HttpGet] 28 public IQueryable<HealthFacilities> Get()28 public Task<IQueryable<HealthFacilities>> Get() 29 29 { 30 30 return _healthFacilitiesService.GetAll();
Note:
See TracChangeset
for help on using the changeset viewer.