Exemplo n.º 1
0
 /// <summary>
 /// 
 /// </summary>
 /// <param name="tributeId"></param>
 /// <returns></returns>
 public string GetTributeEndDate(int tributeId)
 {
     NotesResource objNoteResource = new NotesResource();
     return objNoteResource.GetTributeEndDate(tributeId);
 }