示例#1
0
 public ICollection <LocationRecord> GetAll(Guid memberID)
 {
     return(repository.GetAllRecords(memberID));
 }