Exemplo n.º 1
0
 public void Get(DCRHReport rhr)
 {
     rhr.DSRecordStatusID = m_optbiz.GetRecordStatusTypes();
 }
Exemplo n.º 2
0
 public DCRHReport Get(DCRHReport rhr)
 {
     m_rh.Get(rhr);
     GetHeaderToken(rhr);
     return(rhr);
 }