Ignore:
Timestamp:
07/27/20 17:10:07 (4 years ago)
Author:
DimitarSlezenkovski <dslezenkovski@…>
Branches:
master
Children:
ef1219a
Parents:
4b342bb
Message:

Add Route Attribute

File:
1 edited

Legend:

Unmodified
Added
Removed
  • FarmatikoData/FarmatikoRepoInterfaces/IHealthFacilityRepository.cs

    r4b342bb rd2e69be  
    99    {
    1010        IEnumerable<HealthFacilities> GetAll();
    11         HealthFacilities GetByFullName(string FullName);
    12         HealthFacilities GetByType(string FacilityType);
     11        IEnumerable<HealthFacilities> GetByType(string Type);
    1312        void Add(HealthFacilities healthFacility);
    14         void Remove(string healthFacility);
     13        IEnumerable<HealthFacilities> GetAllByName(string Name);
    1514    }
    1615}
Note: See TracChangeset for help on using the changeset viewer.