Exemplo n.º 1
0
 public bool them(PhieuMuonDTO item)
 {
     return(myPhieuMuonDAL.them(item));
 }
Exemplo n.º 2
0
        public bool them(PhieuMuonDTO temp, bool MuonSach)
        {
            bool re = pmDAL.them(temp, MuonSach);

            return(re);
        }