Exemple #1
0
 public bool UpdatePhoto(MemberInfo mi)
 {
     return(miDal.UpdatePhoto(mi) > 0);
 }