Skip to content

Instantly share code, notes, and snippets.

View Anton92nd's full-sized avatar

Anton Chaplygin Anton92nd

  • Ural Federal University
  • Ekaterinburg
View GitHub Profile
@Anton92nd
Anton92nd / Hometask.cs
Last active April 15, 2024 06:54
Домашнее задание по тестированию.
using System;
namespace Hometask
{
public class UserRegistrationService
{
public void RegisterUser(string emailAddress)
{
if(client.CheckUserExists(emailAddress))
throw new Exception(string.Format("User with e-mail '{0}' already exists", emailAddress));