Kaffeplaneten.BLL.LoggingBLL.createLog C# (CSharp) Method

createLog() public method

public createLog ( string type ) : bool
type string
return bool
        public bool createLog(string type)
        {
            return _loggingDAL.createLog(type);
        }