コード例 #1
0
 public async Task <ErrResponsePoco> InsertError(Exception err, string message = "", string userComment = "")
 {
     return(await _mgr.InsertError(err, message, userComment));
 }
コード例 #2
0
 public ErrResponsePoco InsertError(Exception err, string message = "", string userComment = "")
 {
     return(_mgr.InsertError(err, message, userComment));
 }