Esempio n. 1
0
 public Result LogError(string ErrorIdentifier, string StackTrace, string CompanyCode, string Message, string ErrorType)
 {
     return(bll.LogError(ErrorIdentifier, StackTrace, CompanyCode, Message, ErrorType));
 }