예제 #1
0
 public async Task <Zone> GetZoneByBranchIDAsync(int branchID)
 {
     return(await _zoneRepository.GetZoneByBranchIDAsync(branchID));
 }