Пример #1
0
 public async Task <bool> UpdateSyncData(string CardCode)
 {
     return(await _BusinessPartnerRepository.UpdateSyncData(CardCode));
 }