Example #1
0
 public async Task <IEnumerable <StaticData2> > GetZones(string lang)
 {
     return(await zRepository.GetAllZones(lang));
 }