Ejemplo n.º 1
0
 public List<PhongInfo> Phong_GetItemsOnService()
 {
     PhongDAL doit = new PhongDAL();
     return doit.Phong_GetItemsOnService();
 }