Example #1
0
 public static TB_BUYER GetPersonById(int id)
 {
     return(PersonDao.GetBuyerById(id));
 }