Esempio n. 1
0
 public bool Delete(MemberInfo mi)
 {
     return(mid.Delete(mi) > 0);
 }
Esempio n. 2
0
 public bool Remove(int id)
 {
     return(memInfoDal.Delete(id) > 0);
 }
Esempio n. 3
0
 public bool Delete(int id)
 {
     return(MemberInfoDal.Delete(id) > 0);
 }
Esempio n. 4
0
 public bool Remove(int Mid)
 {
     return(miDal.Delete(Mid) > 0);
 }
Esempio n. 5
0
 public bool Deletd(int id)
 {
     return(dal.Delete(id) > 0);
 }