Utilisation des contrainte d’interface

Author:
{filelink=17510}
class="codeShade">

using System;

class NotFoundException : ApplicationException { }

public interface IPhoneNumber {
  string Number {
    ge