Interface IOperationService
public interface IOperationService
- Extension Methods
Methods
Log<T>(string, string, OperationType, bool, string)
void Log<T>(string title, string message = null, OperationType operationType = OperationType.Default, bool result = true, string methodName = null)
Parameters
title
stringmessage
stringoperationType
OperationTyperesult
boolmethodName
string
Type Parameters
T