Ejemplo n.º 1
0
 public Organization GetUserOrg(string user_id, string tenant_id)
 {
     return(OrgDac.GetUserOrg(user_id, tenant_id));
 }