C# Class DRMFSS.BLL.Services.SMSService

Inheritance: ISMSService
Datei anzeigen Open project: edgecomputing/cats-hub-module

Public Methods

Method 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 method

public AddSMS ( SMS entity ) : bool
entity SMS
return bool

DeleteById() public method

public DeleteById ( int id ) : bool
id int
return bool

DeleteSMS() public method

public DeleteSMS ( SMS entity ) : bool
entity SMS
return bool

Dispose() public method

public Dispose ( ) : void
return void

EditSMS() public method

public EditSMS ( SMS entity ) : bool
entity SMS
return bool

FindBy() public method

public FindBy ( bool>.Expression predicate ) : List
predicate bool>.Expression
return List

FindById() public method

public FindById ( int id ) : SMS
id int
return SMS

GetAllSMS() public method

public GetAllSMS ( ) : List
return List

SMSService() public method

public SMSService ( ) : System
return System