示例#1
0
 public List <Profile> GetAll()
 {
     return(profileBusiness.GetAll());
 }