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