Example #1
0
 public int Deleted(string p_case_code, string pLanguage)
 {
     try
     {
         Other_Master_DA _obj_da = new Other_Master_DA();
         return(_obj_da.Deleted(p_case_code, pLanguage));
     }
     catch (Exception ex)
     {
         Logger.LogException(ex);
         return(ErrorCode.Error);
     }
 }