Exemplo n.º 1
0
 public async Task UpdateAgencyIsOld(string AgencyId, bool IsOld)
 {
     await _iDMAppService.UpdateAgencyIsOld(AgencyId, IsOld);
 }