コード例 #1
0
 public IEnumerable <ApplicationUser> GetAllByPOID(int id)
 {
     return(_userRepository.GetAllByPoId(id));
 }