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

logToUser() public method

public logToUser ( string action, CustomerModel model ) : bool
action string
model Kaffeplaneten.Models.CustomerModel
return bool
        public bool logToUser(string action, CustomerModel model)
        {
            return _loggingDAL.logToUser(action, model);
        }

Same methods

LoggingBLL::logToUser ( string action, EmployeeModel model ) : bool