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
titlestringmessagestringoperationTypeOperationTyperesultboolmethodNamestring
Type Parameters
T