Method | Description | |
---|---|---|
AddTranslation ( Translation entity ) : bool | ||
DeleteById ( int id ) : bool | ||
DeleteTranslation ( Translation entity ) : bool | ||
Dispose ( ) : void | ||
EditTranslation ( Translation entity ) : bool | ||
FindBy ( bool>.Expression |
||
FindById ( int id ) : Translation | ||
GetAll ( string languageCode ) : List |
||
GetAllTranslation ( ) : List |
||
GetForText ( string text, string langauge ) : string | ||
TranslationService ( IUnitOfWork unitOfWork ) : System |
public AddTranslation ( Translation entity ) : bool | ||
entity | Translation | |
return | bool |
public DeleteTranslation ( Translation entity ) : bool | ||
entity | Translation | |
return | bool |
public EditTranslation ( Translation entity ) : bool | ||
entity | Translation | |
return | bool |
public FindBy ( bool>.Expression |
||
predicate | bool>.Expression | |
return | List |
public GetForText ( string text, string langauge ) : string | ||
text | string | |
langauge | string | |
return | string |
public TranslationService ( IUnitOfWork unitOfWork ) : System | ||
unitOfWork | IUnitOfWork | |
return | System |