Example #1
0
 /// <summary>
 /// Check Record Exist
 /// </summary>
 /// <returns></returns>
 public bool CheckRecord()
 {
     bool exist = RecordService.CheckRecord(TSM.Model.TSMContext.CurrentLanguageID, this.Name);
     return exist;
 }