Exemplo n.º 1
0
 internal void DeleteTypeById()
 {
     DALProbTuple.DeleteTypeById(this);
 }
Exemplo n.º 2
0
 internal List <ProbTuple> getAllTypleByRelationName(string relationname, int nTriples)
 {
     return(DALProbTuple.getAllTypleByRelationName(relationname, nTriples));
 }