C# Class SampleSite.Controllers.AjaxArea.FormRemoteTagController

Inheritance: AbstractAjaxApplicationController
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
AddContact ( String name, String email ) : void
AddContact2 ( String name, String email ) : void
Index ( ) : void

Méthodes protégées

Méthode Description
ObtainContacts ( ) : IList

Method Details

AddContact() public méthode

public AddContact ( String name, String email ) : void
name String
email String
Résultat void

AddContact2() public méthode

public AddContact2 ( String name, String email ) : void
name String
email String
Résultat void

Index() public méthode

public Index ( ) : void
Résultat void

ObtainContacts() protected méthode

protected ObtainContacts ( ) : IList
Résultat IList