Example #1
0
 public bool DeleteErrorLog(System.Int32 Logid)
 {
     return(_iErrorLogRepository.DeleteErrorLog(Logid));
 }