Exemplo n.º 1
0
 public List <PhongBanDTO> GetListPb(string id)
 {
     return(PhongBanMap.ToListDTOPb(phongBanAc.ToList(), id));
 }