Exemplo n.º 1
0
 // GET api/<controller>/
 public UserInfoCollection Get(int CompanyID)
 {
     return(UserInfoManager.GetAllItem(CompanyID));
 }