Beispiel #1
0
 public async Task DeleteUserPhotoAsync(long userId, UserPictureType userPhotoType)
 {
     await _userPhotoRepository.DeleteUserPhotoAsync(userId, userPhotoType);
 }