public HttpResponseMessage GetUserInfosForPC([FromUri] Guid?EnterpriseID, int?Type) { return(toJson(_userInfoService.GetUserInfosForPC(EnterpriseID, Type))); }