C# Class Cats.Services.Hub.SMSService

Inheritance: ISMSService
Afficher le fichier Open project: edgecomputing/cats

Méthodes publiques

Méthode Description
AddSMS ( SMS entity ) : bool
DeleteById ( int id ) : bool
DeleteSMS ( SMS entity ) : bool
Dispose ( ) : void
EditSMS ( SMS entity ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : SMS
GetAllSMS ( ) : List
SMSService ( ) : System

Method Details

AddSMS() public méthode

public AddSMS ( SMS entity ) : bool
entity Cats.Models.Hubs.SMS
Résultat bool

DeleteById() public méthode

public DeleteById ( int id ) : bool
id int
Résultat bool

DeleteSMS() public méthode

public DeleteSMS ( SMS entity ) : bool
entity Cats.Models.Hubs.SMS
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EditSMS() public méthode

public EditSMS ( SMS entity ) : bool
entity Cats.Models.Hubs.SMS
Résultat bool

FindBy() public méthode

public FindBy ( bool>.Expression predicate ) : List
predicate bool>.Expression
Résultat List

FindById() public méthode

public FindById ( int id ) : SMS
id int
Résultat Cats.Models.Hubs.SMS

GetAllSMS() public méthode

public GetAllSMS ( ) : List
Résultat List

SMSService() public méthode

public SMSService ( ) : System
Résultat System