Example #1
0
 public ShortLLMemberUserDTO getMemberById(string memberBarcode)
 {
     return(repo.GetMemberByBarcode(memberBarcode));
 }