Exemplo n.º 1
0
 public List <PhieuChuyenKhau> ReadAll()
 {
     return(PhieuChuyenKhauDAL.GetInstance().ReadAll());
 }
Exemplo n.º 2
0
 public bool Add(PhieuChuyenKhau phieu)
 {
     return(PhieuChuyenKhauDAL.GetInstance().Add(phieu));
 }