Exemplo n.º 1
0
 public List <RetornoTargetUsuario> RetornaTarget(int target, int id)
 {
     try
     {
         var context = new Indigo_Controle_Licenca();
         return(context.STP_RETORNA_TARGET(target, id).ToList());
     }
     catch (Exception)
     {
         return(null);
     }
 }