namespace PublicAPI.Common.Services {
/**
* Authentication service interface
@module IAuthService
*/
public interface IAuthService {
void SetCurrentLang(int LangId);
}
}
namespace PublicAPI.Common.Services {
/**
* Authentication service interface
@module IAuthService
*/
public interface IAuthService {
void SetCurrentLang(int LangId);
}
}