Exemple #1
0
 public async Task <Region> GetRegion(string id)
 {
     return(await _regionRepo.GetRegionById(Guid.Parse(id)));
 }