Beispiel #1
0
        public async Task <Branch> UpsertPartnerAsync(Branch partner)
        {
            await _updateModificationHashQuery.Run();

            return(await _upsertPartnerCommand.UpsertPartnerAsync(partner));
        }
Beispiel #2
0
 public async Task UpdateModificationHash()
 {
     await _updateModificationHashQuery.Run();
 }