Changeset d23bf72 for FarmatikoServices/Services/PHService.cs
- Timestamp:
- 11/05/20 06:57:35 (4 years ago)
- Branches:
- master
- Children:
- afc9a9a
- Parents:
- 1f4846d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
FarmatikoServices/Services/PHService.cs
r1f4846d rd23bf72 38 38 } 39 39 40 public async Task<IEnumerable<PharmacyHead>> GetPharmacyHeadInfo( string Token)40 public async Task<IEnumerable<PharmacyHead>> GetPharmacyHeadInfo() 41 41 { 42 42 var PHeads = await _iPHRepo.GetPharmacyHeadInfo(); … … 92 92 return false; 93 93 } 94 95 public PharmacyHead GetPharmacyHead(string userName) 96 { 97 if (userName != null) 98 { 99 return _iPHRepo.GetPharmacyHeadByUserName(userName); 100 } 101 return default; 102 } 94 103 } 95 104 }
Note:
See TracChangeset
for help on using the changeset viewer.