C# 클래스 UniAlltid.Language.API.Controllers.TranslationController

상속: BaseApiController
파일 보기 프로젝트 열기: unipluss/UniAlltid.Language

공개 메소드들

메소드 설명
TranslationController ( IDbConnection connection, ILanguageRepository languageRepository ) : System.Collections.Generic

비공개 메소드들

메소드 설명
CreateOrUpdateSingle ( [ translation ) : void
Get ( string language, string customer = "" ) : string>.Dictionary
GetTranslationsByKey ( [ keyIds, string customer = "" ) : IEnumerable
UpdateCustomerKeys ( [ request ) : void

메소드 상세

TranslationController() 공개 메소드

public TranslationController ( IDbConnection connection, ILanguageRepository languageRepository ) : System.Collections.Generic
connection IDbConnection
languageRepository ILanguageRepository
리턴 System.Collections.Generic