CAESDO.Recruitment.Web.Authorized_EmailTemplates.GetNullSafeFullName C# (CSharp) Method

GetNullSafeFullName() public method

public GetNullSafeFullName ( string fullName ) : string
fullName string
return string
        public string GetNullSafeFullName(string fullName)
        {
            return ApplicantBLL.GetNullSafeFullName(fullName);
        }