コード例 #1
0
 public List <TAREFA> GetTarefaStatus(Int32 user, Int32 tipo)
 {
     return(_baseRepository.GetTarefaStatus(user, tipo));
 }