Esempio n. 1
0
 public MemberInfo GetMemberInfoById(int id)
 {
     return(dal.GetMemberInfoById(id));
 }