public async Task <ErrResponsePoco> InsertError(Exception err, string message = "", string userComment = "") { return(await _mgr.InsertError(err, message, userComment)); }
public ErrResponsePoco InsertError(Exception err, string message = "", string userComment = "") { return(_mgr.InsertError(err, message, userComment)); }